From 5208bc0d9ac769670e59ce43b933a8c0ce2827b6 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Thu, 25 Sep 2014 14:22:54 +0530 Subject: added JS to track page hits --- tbc/templates/base.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/tbc/templates/base.html b/tbc/templates/base.html index 855ae88..9c515f3 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -217,6 +217,20 @@ ga('send', 'pageview'); + + + + - -- cgit