theme/layouts/shortcodes/table_of_contents.html

6 lines
83 B
HTML
Raw Normal View History

2020-09-03 15:25:18 +00:00
<div class="toc">
2022-01-29 17:53:15 +00:00
<h2>Table of contents</h2>
2020-09-03 15:34:13 +00:00
2022-01-29 17:53:15 +00:00
{{ .Page.TableOfContents }}
2020-09-03 15:25:18 +00:00
</div>