trwnh.com/unified.test.hugo/layouts/shortcodes/toc.html

6 lines
142 B
HTML
Raw Normal View History

2024-10-05 06:27:07 +00:00
<aside class="toc section">
<details open>
<summary class="toc-title">Contents</summary>
{{ .Page.TableOfContents }}
</details>
</aside>