Files
paige-hugo/layouts/partials/paige/toc.html
2022-12-30 23:17:37 -08:00

8 lines
241 B
HTML

{{ if and .Content .Params.paige.toc (ne .TableOfContents `<nav id="TableOfContents"></nav>`) }}
<section class="paige-toc">
<div class="border mb-3 pe-3 ps-3 pt-3 rounded">
{{ .TableOfContents }}
</div>
</section>
{{ end }}