Files
portails/layouts/partials/sidebar/docs-toc.html
Henk Verlinde 67f0a6e623 Initial commit
2020-04-15 15:48:16 +02:00

6 lines
130 B
HTML

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