hugo-book/layouts/partials/docs/toc.html

7 lines
231 B
HTML

{{ $tocLevels := default (default 6 .Site.Params.BookToC) .Params.BookToC }}
{{ if and $tocLevels .Page.TableOfContents }}
<aside class="book-toc levels-{{$tocLevels}} fixed">
{{ .Page.TableOfContents }}
</aside>
{{ end }}