aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_includes/google-analytics.html
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2020-09-29 14:23:52 +0200
committerMarius Halden <marius.h@lden.org>2020-09-29 14:23:52 +0200
commita27ce1524d801d2742a2bdb6ec1da45126d64353 (patch)
tree64123c4e17dc1776aa0a7cd65ee01d49d3e7d978 /docs/_includes/google-analytics.html
parent377bd96aab7cad3434185c30eb908c9da447fe40 (diff)
parent2773c60226b9370fe8ee00f7b205b571bb87c3b5 (diff)
Merge tag 'v3.0.1' into fiksgatami-dev
Diffstat (limited to 'docs/_includes/google-analytics.html')
-rw-r--r--docs/_includes/google-analytics.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/_includes/google-analytics.html b/docs/_includes/google-analytics.html
deleted file mode 100644
index 16967f5e7..000000000
--- a/docs/_includes/google-analytics.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- Global site tag (gtag.js) - Google Analytics -->
-<script async src="https://www.googletagmanager.com/gtag/js?id=UA-660910-6"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-660910-6', { 'anonymize_ip': true });
-</script>