dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: use floating-ui for better popover positioning
Jacky Zhao
2022-07-13
ffe22689eb43f42afc2d6bcf9b8b190b19a7e5d1
[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}}