infidel-cupper-theme/layouts/partials/toc.html

7 lines
191 B
HTML
Raw Normal View History

2022-11-14 11:16:26 -05:00
{{ if eq .Params.toc true }}
<nav class="toc" aria-labelledby="toc-heading">
<strong id="toc-heading">{{ T "table_of_contents" }}</strong>
{{ .TableOfContents }}
</nav>
{{ end }}