From c4825b7f8c99bfb0d86955c8e1000feddfc923f9 Mon Sep 17 00:00:00 2001 From: Zehka Date: Tue, 7 Jul 2020 15:33:43 +0200 Subject: [PATCH] correct endif syntax --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f73cae1..113e999 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ layout: default {{ post.title }}

- {{ post.date | date: "%b %-d, %Y" }} {% if post.post_author %} - {{ post.post_author }} {{%endif%}} + {{ post.date | date: "%b %-d, %Y" }} {% if post.post_author %} - {{ post.post_author }} {%endif%}

{{ post.content }}