big overhaul

This commit is contained in:
speyll
2025-04-09 16:09:59 +01:00
parent ae125d2bc6
commit 9af0a02acd
32 changed files with 517 additions and 410 deletions

View File

@@ -0,0 +1,8 @@
<li class="title-list">
{% if page.date %}
<time class="content-meta">{{ page.date | date(format="%Y-%m-%d") }}</time>
{% endif %}
<a href="{{ page.permalink }}" class="content-link">
{{ page.title }}
</a>
</li>