mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
9 lines
210 B
HTML
9 lines
210 B
HTML
{{ if (.Scratch.Get "TOCEnabled") }}
|
|
<section class="toc toc--inline">
|
|
<h2 class="">{{ T "article.tableOfContents" }}</h2>
|
|
<div class="" >
|
|
{{ .TableOfContents }}
|
|
|
|
</div>
|
|
</section>
|
|
{{ end }} |