Rinkusu/layouts/shortcodes/toc.html

4 lines
99 B
HTML
Raw Normal View History

2024-02-12 19:48:20 +01:00
<div style="margin: 24px 0;">
2023-05-24 22:30:14 +02:00
<h2>Table Of Contents</h2>
{{ .Page.TableOfContents }}
</div>