Geoffrey Garrett
2022-07-01 d3e20b8b94c9229e94fccbe54c867efde6847c6e
1
2
3
4
5
6
7
8
{{ if (and $.Site.Data.config.enableToc (ne .Params.enableToc false) (gt .WordCount 250)) }}
<aside class="mainTOC">
    <details {{ if $.Site.Data.config.openToc }}open {{ end }}>
        <summary>Table of Contents</summary>
        {{ .TableOfContents }}
    </details>
</aside>
{{end}}