From d8238192d9fc377fd3c3f80524d44b4aaeab79b1 Mon Sep 17 00:00:00 2001 From: Robert Wijas Date: Mon, 26 Mar 2012 00:28:11 +0200 Subject: banner configuration (on/off) --- source/_layouts/default.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_layouts/default.html b/source/_layouts/default.html index 70d04d1..a3fc49d 100644 --- a/source/_layouts/default.html +++ b/source/_layouts/default.html @@ -3,7 +3,9 @@ - {% include banner.html %} + {% unless page.banner == false %} + {% include banner.html %} + {% endunless %}
{{ content | expand_urls: root_url }}
{% include after_footer.html %} -- cgit v1.1-2-g2b99