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 ++++++++++---------------- assets/css/styles.css | 4 ++++ 2 files changed, 14 insertions(+), 16 deletions(-) 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 }} +
diff --git a/assets/css/styles.css b/assets/css/styles.css index 02db05b..2e8b9be 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -335,6 +335,10 @@ a.archive-post-title { font-size: 1.5rem; } +p.archive-post-date { + font-weight: bold; +} + .columns:not(:last-child) { margin-bottom: 0rem; } -- cgit v1.2.3