theme/layouts/shortcodes/table_of_contents.html

6 lines
89 B
HTML
Raw Normal View History

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