diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-04-23 17:50:39 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-04-23 17:50:39 +0100 |
commit | 6fcc25e8cd9f186abb051d88a5e6f8be1fbc1f65 (patch) | |
tree | c481b3f0ce83ac8367810095cfd2dcd8df05baf9 /docs/_includes | |
parent | 8f90422372edcb71ffa9727f380d47eeff338305 (diff) |
[Docs] Remove analytics.
Diffstat (limited to 'docs/_includes')
-rw-r--r-- | docs/_includes/google-analytics.html | 9 |
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> |