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

6 lines
105 B
HTML
Raw Normal View History

<aside>
<section role="doc-toc">
<h2>Table of Contents</h2>{{.Page.TableOfContents}}
</section>
</aside>