2022-02-26 23:45:25 +01:00
|
|
|
{{ if (.Context.Scratch.Get "TOCEnabled") }}
|
|
|
|
|
<section class="widget archives">
|
|
|
|
|
<div class="widget-icon">
|
|
|
|
|
{{ partial "helper/icon" "hash" }}
|
|
|
|
|
</div>
|
|
|
|
|
<h2 class="widget-title section-title">{{ T "article.tableOfContents" }}</h2>
|
|
|
|
|
|
|
|
|
|
<div class="widget--toc">
|
2026-01-26 22:28:27 +01:00
|
|
|
<nav class="toc-nav" id="TableOfContents">
|
|
|
|
|
{{ partial "article/components/toc" .Context | safeHTML }}
|
|
|
|
|
</nav>
|
2022-02-26 23:45:25 +01:00
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
{{ end }}
|