From c176752aea4b6a1ef69b3537a5771fd782f9be37 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sat, 13 Jul 2024 15:08:45 -0600 Subject: Remove year from archive --- archive.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archive.liquid') diff --git a/archive.liquid b/archive.liquid index 71ca8a9..68e203b 100644 --- a/archive.liquid +++ b/archive.liquid @@ -24,7 +24,7 @@ permalink: /archive.html
{% capture month%}{{ post.date | date: "%b" }}{% endcapture %} - {{ site.data[site.active_lang].strings.date[month]}} {{ post.date | date: "%e, %Y" }} + {{ site.data[site.active_lang].strings.date[month]}} {{ post.date | date: "%e" }}