1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2025-01-27 20:30:04 +00:00
seirdy.one/layouts/shortcodes/toc.html

5 lines
126 B
HTML
Raw Normal View History

2024-05-01 12:28:35 -04:00
<details id="toc">
2022-05-05 20:07:59 -07:00
<summary>Toggle table of contents</summary>
<h2>Table of Contents</h2>{{.Page.TableOfContents}}
2022-05-05 20:07:59 -07:00
</details>