mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12: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">
|
<aside>
|
||||||
<details>
|
<section role="doc-toc">
|
||||||
<summary id="toc">Table of Contents</summary>
|
<h2 id="toc">Table of Contents</h2>
|
||||||
{{.Page.TableOfContents}}
|
{{.Page.TableOfContents}}
|
||||||
</details>
|
</section>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
Loading…
Reference in a new issue