Files
portails/layouts/partials/sidebar/docs-toc.html
2021-09-23 09:13:29 +02:00

7 lines
196 B
HTML

{{ if and (ne .Params.toc false) (ne .TableOfContents "<nav id=\"TableOfContents\"></nav>") -}}
<div class="page-links">
<h3>On this page</h3>
{{ .TableOfContents }}
</div>
{{ end -}}