Add table of contents folded at top of page

This commit is contained in:
2021-10-21 18:08:09 +01:00
parent 0d2889252c
commit e0471c8508
3 changed files with 10 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
<body>
<div id="header">
<p style="font-size: 0.7em"> tags: [
<p class="smallText"> tags: [
$for(tags)$
<a href="/.tags/$tags$.html">$tags$</a>$sep$,
$endfor$
@@ -37,6 +37,12 @@
</summary>
<pre>$licenseFull$</pre>
</details>
<div>
<details>
<summary class="smallText"> Table of Contents </summary>
<div>$toc$</div>
</details>
</div>
<div id="content">
$body$
</div>
</body>