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

5 lines
117 B
HTML
Raw Normal View History

2022-05-06 03:07:59 +00:00
<details>
<summary>Toggle table of contents</summary>
<h2>Table of Contents</h2>{{.Page.TableOfContents}}
2022-05-06 03:07:59 +00:00
</details>