feat: ability to categorize

This commit is contained in:
Mark
2026-03-02 00:28:51 +01:00
parent 19f51c5732
commit a9a02a3632
5 changed files with 176 additions and 116 deletions

View File

@@ -45,13 +45,21 @@ span {
<h2><!-- t: safe sitename --></h2>
<!-- t: end -->
<!-- t: set ignore
-->
<!-- t: if running -->
<!-- t: set heading true -->
<!-- t: for running -->
<!-- t: ifline id ignore -->
<!-- t: else -->
<!-- t: if heading -->
<!-- t: set heading -->
<h3>things running on the server</h3>
<ul>
<!-- t: for running -->
<!-- t: end -->
<li>
<!-- t: if info -->
<a href="/info/<!-- t: raw info -->">
@@ -98,14 +106,21 @@ span {
<!-- t: end -->
</ul>
<!-- t: end -->
<!-- t: end -->
<!-- t: if static -->
<!-- t: set heading true -->
<!-- t: for static -->
<!-- t: ifline id ignore -->
<!-- t: else -->
<!-- t: if heading -->
<!-- t: set heading -->
<h3>everything else</h3>
<ul>
<!-- t: for static -->
<!-- t: end -->
<li>
<!-- t: if info -->
<a href="/info/<!-- t: raw info -->">
@@ -152,6 +167,7 @@ span {
<!-- t: end -->
</ul>
<!-- t: end -->
<!-- t: end -->
<!-- t: if docslink -->