summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/toc.html
blob: c81341c2dc6baf20b50b28ace55f936df8c29634 (plain)
1
2
3
4
5
6
{{ $tocLevels := default (default 6 .Site.Params.BookToC) .Params.BookToC }}
{{ if and $tocLevels .Page.TableOfContents }}
  <aside class="book-toc level-{{$tocLevels}} fixed">
    {{ .Page.TableOfContents }}
  </aside>
{{ end }}