From 0167e58ec089d44afe17f0c3a766864988dcaf8c Mon Sep 17 00:00:00 2001 From: legoraft Date: Wed, 25 Sep 2024 10:36:55 +0200 Subject: [PATCH] Fixed syntax error in liquid date --- _includes/post-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/post-list.html b/_includes/post-list.html index a270cee..931ab4f 100644 --- a/_includes/post-list.html +++ b/_includes/post-list.html @@ -2,7 +2,7 @@ {% for post in site.posts %}
  • -

    {{ post.date | date: "%Y-%m-%d }}

    +

    {{ post.date | date: "%Y-%m-%d" }}

    {{ post.title }}