ADD subpaths for pages and create basic index #19

This commit is contained in:
Caffeine Fueled 2025-10-27 22:04:42 +01:00
parent a08a01517d
commit 98ab0ab419
Signed by: cf7
GPG key ID: CA295D643074C68C
3 changed files with 74 additions and 16 deletions

View file

@ -11,11 +11,7 @@
<article class="post">
<div class="post-meta">{{ post.date }}</div>
<h2 class="post-title">
{% if post.type in ['long', 'short'] %}
<a href="{{ post.url }}">{{ post.title }}</a>
{% else %}
{{ post.title }}
{% endif %}
</h2>
{% if post.type == 'short' %}
<div class="post-content">