Jacky Zhao
2022-07-19 e142f37e8dea7f6f502026cc35ea02390be63556
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}}