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;">
2024-10-06 00:12:26 +02:00
<h2>Table of Contents</h2>
2023-05-24 22:30:14 +02:00
{{ .Page.TableOfContents }}
</div>