erynwells.me/layouts/partials/table_of_contents.html

9 lines
170 B
HTML
Raw Normal View History

{{ if and (gt .WordCount 400) .Params.toc }}
<aside>
<details open>
<summary>Table of Contents</summary>
{{ .TableOfContents }}
</details>
</aside>
{{ end }}