From 6f0db44b771c43085e084a41729994b177112d39 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Wed, 25 Jun 2025 20:16:54 -0600 Subject: Improve archive page --- archive.liquid | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) (limited to 'archive.liquid') diff --git a/archive.liquid b/archive.liquid index b617213..ef2ff34 100644 --- a/archive.liquid +++ b/archive.liquid @@ -18,25 +18,19 @@ permalink: /archive.html

{{ post.date | date: '%Y' }}

{% endif %} {% endunless %} -
- - {{ post.title }} - -
-
- {% capture month%}{{ post.date | date: "%b" }}{% endcapture %}{{ post.date | date: "%d-%m-%Y" }} - - - +
- {% for tag in post.tags %} - {{ tag }}{% unless forloop.last %},{% endunless %} - {% endfor %} - - - + + {{ post.title }} +
-- cgit v1.2.3