From 627eabfdc74ecf664317b8ab351a506c8524de3c Mon Sep 17 00:00:00 2001 From: mattbk Date: Tue, 28 Mar 2017 09:54:13 -0500 Subject: [PATCH] Revert "Lose brackets?" This reverts commit 038bbe52dafe1122f5eb3da6f6737280c130f408. --- _includes/post_detail.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_includes/post_detail.html b/_includes/post_detail.html index 72b834d..e09501f 100644 --- a/_includes/post_detail.html +++ b/_includes/post_detail.html @@ -1,6 +1,9 @@

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

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