Files
documentation/layouts/partials/sidebar/docs-toc.html
2021-06-07 20:36:33 +02:00

6 lines
130 B
HTML

{{ if ne .Params.toc false -}}
<div class="page-links">
<h3>On this page</h3>
{{ .TableOfContents }}
</div>
{{ end -}}