2019-05-27 16:48:23 +02:00
|
|
|
{{ $tocLevels := default (default 6 .Site.Params.BookToC) .Params.BookToC }}
|
|
|
|
{{ if and $tocLevels .Page.TableOfContents }}
|
2019-10-23 21:31:58 +02:00
|
|
|
<aside class="book-toc levels-{{$tocLevels}} fixed">
|
2020-01-13 17:44:24 +01:00
|
|
|
{{ with .Page.TableOfContents }}
|
|
|
|
<label id="toc-control" for="toc-control">
|
|
|
|
{{ . }}
|
|
|
|
</label>
|
|
|
|
{{ end }}
|
2018-11-25 13:30:25 +01:00
|
|
|
</aside>
|
|
|
|
{{ end }}
|