From 31aff186969a6e1da1d5d2f456a146643d4b99b1 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Tue, 7 May 2024 22:57:27 -0600 Subject: Improve date rendering --- _includes/index.liquid | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_includes/index.liquid') diff --git a/_includes/index.liquid b/_includes/index.liquid index b172823..fe7567f 100644 --- a/_includes/index.liquid +++ b/_includes/index.liquid @@ -6,6 +6,10 @@ {{ post.title }} +

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

{{ post.excerpt }} -- cgit v1.2.3