theme/layouts/shortcodes/table_of_contents.html
2022-01-29 18:53:15 +01:00

6 lines
83 B
HTML

<div class="toc">
<h2>Table of contents</h2>
{{ .Page.TableOfContents }}
</div>