buncha progress

This commit is contained in:
2026-04-29 21:12:19 -07:00
parent 867f42bc1d
commit 0abf2dd167
23 changed files with 312 additions and 36 deletions

View File

@ -1,2 +1,13 @@
<footer>
<ul>
<li>
maintained by <a href="https://leecat.art">lee</a>
</li>
<li>
<a href="https://heckin.technology/inherentlee/fedi-classifieds">source code</a>
</li>
<li>
<a href="/submit/">submit your own</a>
</li>
</ul>
</footer>

View File

@ -37,6 +37,8 @@
{% include "header.njk" %}
<main id="main">
<h1>{{ title }}</h1>
{{ content | safe }}
</main>