hugo-theme-minima/layouts/partials/toc.html

6 lines
125 B
HTML
Raw Normal View History

2021-08-29 17:55:45 +02:00
<details class="toc mt-5 mb-4">
<summary>Table of Contents</summary>
2021-08-04 03:49:55 +02:00
<div>
{{ .TableOfContents }}
</div>
</details>