1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-20 04:12:09 +00:00
seirdy.one/layouts/shortcodes/toc.html

7 lines
115 B
HTML
Raw Normal View History

<aside>
<section role="doc-toc">
<h2 id="toc">Table of Contents</h2>
2022-03-26 19:32:22 +00:00
{{.Page.TableOfContents}}
</section>
</aside>