From 038bbe52dafe1122f5eb3da6f6737280c130f408 Mon Sep 17 00:00:00 2001 From: mattbk Date: Tue, 28 Mar 2017 09:53:20 -0500 Subject: [PATCH] Lose brackets? --- _includes/post_detail.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_includes/post_detail.html b/_includes/post_detail.html index e09501f..72b834d 100644 --- a/_includes/post_detail.html +++ b/_includes/post_detail.html @@ -1,9 +1,6 @@

-{% if page.title %} - {{ page.title }} -{% endif %} {% if post.title %} {{ post.title }} {% endif %}

-
{{ content }}
\ No newline at end of file +
{{ content }}