mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-05 12:50:41 +00:00
9 lines
264 B
HTML
9 lines
264 B
HTML
|
{{ $tocLevels := default (default 6 .Site.Params.GeekdocToC) .Page.Params.GeekdocToC }}
|
||
|
|
||
|
{{ if and $tocLevels .Page.TableOfContents }}
|
||
|
<div class="gdoc-toc gdoc-toc__level--{{$tocLevels}}">
|
||
|
{{ .Page.TableOfContents }}
|
||
|
<hr>
|
||
|
</div>
|
||
|
{{ end }}
|