From 19edefba50d1be803d521e6efc093a133435a51a Mon Sep 17 00:00:00 2001 From: Kouhei Sutou Date: Mon, 30 Dec 2013 17:59:06 +0900 Subject: [PATCH] Fix a bug that custom show_title isn't applied --- _layouts/base.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/_layouts/base.html b/_layouts/base.html index 733615f9..254dce77 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -1,6 +1,3 @@ ---- -show_title: true ---- @@ -45,7 +42,7 @@
- {% if page.title and page.show_title == "true" %} + {% if page.title and page.show_title != false %}

{{ page.title }}

{% endif %} {{ content }}