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

6 lines
120 B
HTML
Raw Normal View History

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