Browse Source

Remove google analytics

zolfa-add_slices_loading
Ruben Verweij 5 years ago
parent
commit
65d50111dc
2 changed files with 1 additions and 16 deletions
  1. +1
    -1
      docs
  2. +0
    -15
      sphinx/_templates/layout.html

+ 1
- 1
docs

@ -1 +1 @@
Subproject commit 777ce6e347bd4f5c7678677b758d2d6236cf32e4
Subproject commit a91d9a4aff3f867ccdfae31d63e82be78000a0d9

+ 0
- 15
sphinx/_templates/layout.html View File

@ -1,16 +1 @@
{% extends "!layout.html" %}
{% block footer %}
{{ super() }}
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56141646-1', 'auto');
ga('send', 'pageview');
</script>
{% endblock %}

Loading…
Cancel
Save