update + some 88x31s

This commit is contained in:
lynxize 2025-04-17 22:16:09 -06:00
parent 3b6e441d48
commit 9ee8582390
Signed by: lynxize
GPG key ID: 8615849B8532CD77
26 changed files with 89 additions and 14 deletions

View file

@ -4,9 +4,10 @@
<h1 class="title">
{{ section.title }}
</h1>
<ul>
{{ section.content | safe }}
<ul id="post-list">
{% for page in section.pages %}
<li>{{ page.date }} <a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
<li>{{ page.date }} - <a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
{% endfor %}
</ul>
{% endblock content %}