From 148599c4bc9e35ad02e4ab63ee60d428545b2647 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Fri, 27 Sep 2019 21:43:13 -0400 Subject: Lined up post list dates. --- _includes/post-link.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/post-link.liquid b/_includes/post-link.liquid index 92548cf..adf1df1 100644 --- a/_includes/post-link.liquid +++ b/_includes/post-link.liquid @@ -2,7 +2,7 @@ {% if post.published_date %} - {{ post.published_date | date: "%e %b %Y" }} + {{ post.published_date | date: "%d %b %Y" }} {% endif %} -- cgit v1.2.3