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 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to '_includes/index_post.liquid') 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" }} +
-