theme/layouts/shortcodes/table_of_contents.html

4 lines
57 B
HTML
Raw Normal View History

2020-09-03 15:25:18 +00:00
<div class="toc">
{{ .Page.TableOfContents }}
</div>