mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +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