From c5150b8b402fdd54c3a072e2a399bbac77018249 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Sun, 15 May 2022 08:10:15 +0100 Subject: [PATCH] Move dates in post lists to above titles And include the month in the date. --- _includes/post_item.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/post_item.html b/_includes/post_item.html index f542dfa..67641cd 100644 --- a/_includes/post_item.html +++ b/_includes/post_item.html @@ -1,10 +1,10 @@
  • + {{ post.date | date: "%b %Y" }}
    {% if post == page %} - {{ post.title }}  + {{ post.title }} {% else %} - {{ post.title }}  + {{ post.title }} {% endif %} - {{ post.date | date: "%Y" }}