Files
hugo_it-services/themes/poison/layouts/partials/table_of_contents.html
T
2025-02-20 08:28:31 -05:00

7 lines
188 B
HTML

<div class="article-toc {{if .Site.Params.layoutReverse}}layout-reverse{{end}}">
<div class="toc-wrapper">
<h4 id="contents"></h4>
{{ .TableOfContents }}
</div>
</div>