Files
theme/layouts/partials/toc.html
2016-12-01 17:36:23 +01:00

6 lines
79 B
HTML

{{ if .Params.toc }}
<section>
{{ .TableOfContents }}
</section>
{{ end }}