From b1dafb58489972d89b4d10c9b7d305acf57ce31a Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Fri, 7 Jan 2022 17:49:23 +0000 Subject: [PATCH] Fix post list vertical rhythm issue --- _includes/post_item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/post_item.html b/_includes/post_item.html index 55f323e..f542dfa 100644 --- a/_includes/post_item.html +++ b/_includes/post_item.html @@ -5,6 +5,6 @@ {% else %} {{ post.title }}  {% endif %} - {{ post.date | date: "%Y" }} + {{ post.date | date: "%Y" }}