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 --- _includes/footer.html | 32 +++++++++++++++++--------------- _includes/header.html | 22 ++++++++++++---------- 2 files changed, 29 insertions(+), 25 deletions(-) (limited to '_includes') diff --git a/_includes/footer.html b/_includes/footer.html index 7c3bb5639..065308c8c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -9,18 +9,20 @@ - - +{% unless site.port != "9001" %} + + +{% endunless %} diff --git a/_includes/header.html b/_includes/header.html index 35c2df084..cd59fcd54 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -33,13 +33,15 @@ - +{% unless site.port != "9001" %} + +{% endunless %} -- cgit v1.2.3