feat: hide toc for short notes

This commit is contained in:
Jacky Zhao
2022-04-04 23:25:24 -07:00
parent 0c0a755162
commit 3bcfa8936a
3 changed files with 10 additions and 16 deletions

View File

@ -13,14 +13,7 @@
{{partial "darkmode.html" .}}
</header>
<article>
{{ if (and $.Site.Data.config.enableToc (ne .Params.enableToc false)) }}
<aside class="mainTOC">
<details {{ if $.Site.Data.config.openToc }}open {{ end }}>
<summary>Table of Contents</summary>
{{ .TableOfContents }}
</details>
</aside>
{{end}}
{{partial "toc.html" .}}
{{partial "textprocessing.html" . }}
</article>
{{partial "footer.html" .}}