From 3c36b68f69fe25a875e62340d6b2b0136428386d Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 15 Dec 2013 09:25:01 -0500 Subject: [PATCH] Added conditional around analytics block Just won't want it firing while I'm doing local dev. --- templates/__shared/index.phtml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/templates/__shared/index.phtml b/templates/__shared/index.phtml index 7f58cb2..fdbbacd 100644 --- a/templates/__shared/index.phtml +++ b/templates/__shared/index.phtml @@ -15,15 +15,22 @@ - + ga('create', 'UA-46436973-1', 'leaderbin.com'); + ga('send', 'pageview'); + +