Aiden Bai
2022-06-29 67a7ba37e899ca0555fa37e159af6d599cf468ee
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}}