From bd762ea4a91cf912236f0d98b176a11ad64d425a Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Mon, 8 Aug 2016 19:51:13 +0100 Subject: [PATCH] Correct errors in layouts --- _layouts/gallery-index.html | 2 +- _layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/gallery-index.html b/_layouts/gallery-index.html index 64becaa..fefb4e2 100644 --- a/_layouts/gallery-index.html +++ b/_layouts/gallery-index.html @@ -10,7 +10,7 @@ layout: default

{{ page.title }} - +

{% if page.end_date %} 🕗 {{ page.date | date:"%d/%m/%Y" }} - {{ page.end_date | date:"%d/%m/%Y" }} diff --git a/_layouts/post.html b/_layouts/post.html index 2f92e72..1b61ffb 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -27,7 +27,7 @@

{{ page.title }} - +

{% if page.end_date %} 🕗 {{ page.date | date:"%d/%m/%Y" }} - {{ page.end_date | date:"%d/%m/%Y" }}