mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Make TOC a normal section, not a <details>
The TOC should be a normal section and a change to visibility isn't necessary. Avoids the complexity of buttons (<summary> is a button).
This commit is contained in:
parent
02b1a8421e
commit
eb2348a633
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<aside role="doc-toc">
|
||||
<details>
|
||||
<summary id="toc">Table of Contents</summary>
|
||||
<aside>
|
||||
<section role="doc-toc">
|
||||
<h2 id="toc">Table of Contents</h2>
|
||||
{{.Page.TableOfContents}}
|
||||
</details>
|
||||
</section>
|
||||
</aside>
|
||||
|
|
Loading…
Reference in a new issue