infidel-cupper-theme/layouts/partials/toc.html
2022-04-10 15:20:41 +07:00

7 lines
191 B
HTML

{{ if eq .Params.toc true }}
<nav class="toc" aria-labelledby="toc-heading">
<strong id="toc-heading">{{ T "table_of_contents" }}</strong>
{{ .TableOfContents }}
</nav>
{{ end }}