mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 10:31:39 +01:00
toc: add option to open toc details by default
usage: in page params add (yml) TocOpen: true
This commit is contained in:
parent
8f7a04337f
commit
a8652f57f3
@ -21,7 +21,7 @@
|
||||
{{ end }}
|
||||
{{ if .Params.ShowToc }}
|
||||
<div class="toc">
|
||||
<details>
|
||||
<details {{if .Params.TocOpen }} open{{ end }}>
|
||||
<summary>
|
||||
<div class="details">Table of Contents</div>
|
||||
</summary>
|
||||
|
Loading…
Reference in New Issue
Block a user