aboutsummaryrefslogtreecommitdiff
path: root/source/_includes/google_analytics.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes/google_analytics.html')
-rw-r--r--source/_includes/google_analytics.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/_includes/google_analytics.html b/source/_includes/google_analytics.html
deleted file mode 100644
index 4d4d5969..00000000
--- a/source/_includes/google_analytics.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% if site.google_analytics_tracking_id %}
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', '{{ site.google_analytics_tracking_id }}']);
- _gaq.push(['_trackPageview']);
-
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
-{% endif %}