From f25d8c008041bbc6a008fab92915ca0073941ff0 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 19 Jul 2013 14:08:16 -0700 Subject: hacky way of not showing ads or analytics in local dev --- _layouts/default.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index 30a261ce8..ede47203a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,7 +15,9 @@

{{ page.title }}

{{ page.lead }}

- {% include ads.html %} + {% unless site.port != "9001" %} + {% include ads.html %} + {% endunless %}
-- cgit v1.2.3