dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
docs(content/notes/config.md): Adds documentation for the new favicon support
Geoffrey Garrett
2022-06-27
a334b45b17f0966214d44a5b775c273e1ba7874b
[scapegoat/Docs2.git]
/
layouts
/
partials
/
toc.html
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}}