hugo-theme-stack/layouts/partials/widget/toc.html
2024-07-06 07:31:22 +03:00

12 lines
No EOL
394 B
HTML

{{ if (.Context.Scratch.Get "TOCEnabled") }}
<section class="widget archives">
<div class="widget-icon">
{{ partial "helper/icon" "hash" }}
<h2 class="widget-title section-title">{{ T "article.tableOfContents" }}</h2>
</div>
<div class="widget--toc">
{{ .Context.TableOfContents }}
</div>
</section>
{{ end }}