dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge pull request #134 from aidenybai/add-prefetching-within-graph
Jacky Zhao
2022-05-27
232bd2f016f7d57602fe39703407100f5d26f278
[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}}