feat: ability to categorize
This commit is contained in:
20
index.html
20
index.html
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user