From b05018909f6ba8164faa4ac8ac992da2c070cf83 Mon Sep 17 00:00:00 2001 From: David Whiting Date: Sat, 22 Apr 2017 12:01:45 +0100 Subject: [PATCH] Wrapped if statement around post.date --- _layouts/allposts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/allposts.html b/_layouts/allposts.html index f0834bb..b4c570c 100644 --- a/_layouts/allposts.html +++ b/_layouts/allposts.html @@ -24,7 +24,7 @@

{{ post.title }}

{% if post.image %}{% endif %} -

{{ post.date }}

+ {% if post.date %}

{{ post.date }}

{% endif %}

{{ post.content }}

{% endfor %}