From cb4f2e862f019edafd8e50d0386f1c62e27e3826 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 One in many options that you can use to track page views, not on our roadmap at the moment. Update disqus support --- alchemy/templates/include/comments.html | 18 ++++++++++++++ .../templates/include/disqus_comments.html | 24 ------------------- .../templates/include/google_analytics.html | 12 ---------- 3 files changed, 18 insertions(+), 36 deletions(-) create mode 100644 alchemy/templates/include/comments.html delete mode 100644 alchemy/templates/include/disqus_comments.html delete mode 100644 alchemy/templates/include/google_analytics.html diff --git a/alchemy/templates/include/comments.html b/alchemy/templates/include/comments.html new file mode 100644 index 0000000..bc3235c --- /dev/null +++ b/alchemy/templates/include/comments.html @@ -0,0 +1,18 @@ +{% if DISQUS_SITENAME %} +
+ + +{% endif %} diff --git a/alchemy/templates/include/disqus_comments.html b/alchemy/templates/include/disqus_comments.html deleted file mode 100644 index c05186e..0000000 --- a/alchemy/templates/include/disqus_comments.html +++ /dev/null @@ -1,24 +0,0 @@ -{% if DISQUS_SITENAME %} -
- - - - blog comments powered by Disqus - -
-{% endif %} 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 %}