From f26524fc505d04429ab93276170ef0850d325853 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Sun, 6 Nov 2016 22:15:11 +0300 Subject: [PATCH] Remove google analytics support Google Analytics is one in many options that you can use to track page views, it's not on our roadmap at the moment. --- alchemy/templates/include/google_analytics.html | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 alchemy/templates/include/google_analytics.html diff --git a/alchemy/templates/include/google_analytics.html b/alchemy/templates/include/google_analytics.html deleted file mode 100644 index 629d932..0000000 --- a/alchemy/templates/include/google_analytics.html +++ /dev/null @@ -1,12 +0,0 @@ -{% if GOOGLE_ANALYTICS_ID %} - -{% endif %}