From e76ee0b48b9225a8332261c85a2b28739a201969 Mon Sep 17 00:00:00 2001 From: Zehka Date: Tue, 7 Jul 2020 15:31:50 +0200 Subject: [PATCH] fixed if in index --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6e6b9b5..f73cae1 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 }}{{/if}} + {{ post.date | date: "%b %-d, %Y" }} {% if post.post_author %} - {{ post.post_author }} {{%endif%}}

{{ post.content }}