summaryrefslogtreecommitdiff
path: root/_includes/footer.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 4aa38f6..73c67cd 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -88,18 +88,3 @@ $(document).ready(function() {
<script src='/js/{{ js_file }}.js' type="text/javascript"></script>
{% endfor %}
{% endif %}
-
-{% if site.ga_tracking_id %}
-<!-- Google Analytics -->
-<script>
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
- ga('create', '{{ site.ga_tracking_id }}', 'auto');
- ga('send', 'pageview', {
- 'page': '{{ page.url }}',
- 'title': '{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}'
- });
-</script>
-{% endif %}