From a81ac520bd5f673f8e50dd1e1a14454c18b3ffe4 Mon Sep 17 00:00:00 2001 From: mattbk Date: Tue, 28 Mar 2017 10:05:41 -0500 Subject: [PATCH] Revert "Revert "Lose brackets?"" This reverts commit 627eabfdc74ecf664317b8ab351a506c8524de3c. --- _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 }}