2019-05-27 14:48:23 +00:00
|
|
|
{{ $tocLevels := default (default 6 .Site.Params.BookToC) .Params.BookToC }}
|
|
|
|
{{ if and $tocLevels .Page.TableOfContents }}
|
|
|
|
<aside class="book-toc level-{{$tocLevels}} fixed">
|
2018-11-25 12:30:25 +00:00
|
|
|
{{ .Page.TableOfContents }}
|
|
|
|
</aside>
|
|
|
|
{{ end }}
|