From da2464caa4ee9c2559eaccdc570dc143eed733a1 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 24 Jul 2025 21:05:16 -0600 Subject: Improve index --- _includes/index_post.liquid | 11 +++++++++-- _includes/navigation.liquid | 4 ++-- _layouts/default.html | 7 ++++--- _layouts/page.html | 4 +++- _layouts/post.html | 20 ++++++-------------- about.md | 4 +++- assets/css/styles.css | 21 ++++++++++++++++++++- index.html | 2 +- 8 files changed, 48 insertions(+), 25 deletions(-) diff --git a/_includes/index_post.liquid b/_includes/index_post.liquid index 562af88..2bfbe68 100644 --- a/_includes/index_post.liquid +++ b/_includes/index_post.liquid @@ -7,9 +7,16 @@
- {{ post.date | date: "%-d %B %Y" }} +
+ {% for tag in post.tags %} + {{ tag }}{% unless forloop.last %},{% endunless %} + {% endfor %} +
+
+ {{ post.date | date: "%-d %B %Y" }} +
-
+
diff --git a/_includes/navigation.liquid b/_includes/navigation.liquid index 73f7742..bdca72b 100644 --- a/_includes/navigation.liquid +++ b/_includes/navigation.liquid @@ -1,5 +1,5 @@ -
-