mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-15 01:42:10 +00:00
cd622cc85c
- Give the intro a heading - Make the preface an <aside> with a "doc-preface" DPUB-ARIA role - Move the TOC before the intro - Give the TOC a "doc-toc" DPUB-ARIA role - Provide a TLDR
6 lines
125 B
HTML
6 lines
125 B
HTML
<aside role="doc-toc">
|
|
<details>
|
|
<summary id="toc">Table of Contents</summary>
|
|
{{.Page.TableOfContents}}
|
|
</details>
|
|
</aside>
|