From 4039b9bfe2de55b75a550467eac0ca27c485afdd Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 13 Jul 2024 14:05:07 -0600 Subject: Improve archive and categories page layouts --- categories.liquid | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'categories.liquid') diff --git a/categories.liquid b/categories.liquid index c4cccbf..23b31a1 100644 --- a/categories.liquid +++ b/categories.liquid @@ -6,10 +6,16 @@ permalink: /categories.html
{% for tag in site.tags %}

{{ tag[0] }}

- - {% endfor %} +
+
+ {% capture month%}{{ post.date | date: "%b" }}{% endcapture %} + {{ site.data[site.active_lang].strings.date[month]}} {{ post.date | date: "%e, %Y" }} +
+ +
+ {% endfor %} + {% endfor %}
-- cgit v1.2.3