dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: always hide popover on mobile (fixes #104)
Jacky Zhao
2022-04-28
c8d390dbc5a749af533f1ec05de2d5b6f37fa156
[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}}