hugo-tufte/layouts/partials/toc.html

9 lines
166 B
HTML
Raw Normal View History

{{ if .Params.toc }}
<section>
<details closed class="toc">
<summary>Table of Contents</summary>
{{ .TableOfContents }}
</details>
</section>
{{ end }}