aboutsummaryrefslogtreecommitdiff
path: root/_includes/google-analytics.html
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-05-30 09:02:38 -0400
committerBradley Taunt <bt@btxx.org>2024-05-30 09:02:38 -0400
commit8f28fc58d5fe68775fbe552eb172cbb4ad8614b1 (patch)
tree65c5ef1ba611db1aa9fe80d65d2fffca950238e9 /_includes/google-analytics.html
parentfa6aded86998639a53aecfa7b76e0ecd800fd9f0 (diff)
Further customization and porting of older content
Diffstat (limited to '_includes/google-analytics.html')
-rw-r--r--_includes/google-analytics.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html
deleted file mode 100644
index b8b4d38..0000000
--- a/_includes/google-analytics.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
-<script>
- window['ga-disable-{{ site.google_analytics }}'] = window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1";
- window.dataLayer = window.dataLayer || [];
- function gtag(){window.dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', '{{ site.google_analytics }}');
-</script>