From e341807137c533eac08cc9ac3b364e19156d3c22 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 27 Jun 2013 09:24:45 -0400 Subject: [PATCH] Fix IF statement --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index f9d8d38..2d4c627 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -18,7 +18,7 @@
-

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}

{% endif %} +

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}