From addd65d95e5bfdc4c8865a6ad350e6aab91ab34b Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:11:36 -0400 Subject: [PATCH] update ga cookie settings --- docs/_includes/scripts.html | 9 +++++++-- docs/assets/js/ga.js | 4 ---- 2 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 docs/assets/js/ga.js diff --git a/docs/_includes/scripts.html b/docs/_includes/scripts.html index 03055682..8eecfbf2 100644 --- a/docs/_includes/scripts.html +++ b/docs/_includes/scripts.html @@ -4,8 +4,13 @@ {%- if jekyll.environment == 'production' -%} - - + + {%- if site.clarity == 'true' -%} diff --git a/docs/assets/js/ga.js b/docs/assets/js/ga.js deleted file mode 100644 index c03d654e..00000000 --- a/docs/assets/js/ga.js +++ /dev/null @@ -1,4 +0,0 @@ -window.dataLayer = window.dataLayer || []; -function gtag() { dataLayer.push(arguments); } -gtag('js', new Date()); -gtag('config', 'G-MNKJE3KS9Y');