You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
289 B
HTML
9 lines
289 B
HTML
3 years ago
|
{{ 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}}
|