hugo-theme-nocolor/layouts/partials/toc.html

9 lines
223 B
HTML

{{ if and (gt .WordCount 400 ) (.Params.toc) }}
<aside class="toc" aria-labelledby="nocolor_toc-title">
<header>
<h2 id="nocolor_toc-title">Table of contents</h2>
</header>
{{.TableOfContents}}
</aside>
{{ end }}