From 50756630bf4b60563eda9d96412c1753fe206be3 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 2 Sep 2014 16:53:10 -0400 Subject: [PATCH] Disable Google AdSense ads by default - Fixes #87, removes blank space on small screens --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 9b77dcf..77b36d8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -48,7 +48,7 @@ {% endif %} - {% if page.ads != false %}{% include ad-sidebar.html %}{% endif %} + {% if page.ads == true %}{% include ad-sidebar.html %}{% endif %}
{{ content }}