From 01f03abc560f712ecd6c0d8d823e5ecb6f551025 Mon Sep 17 00:00:00 2001
From: Dave Skender <8432125+DaveSkender@users.noreply.github.com>
Date: Mon, 9 Sep 2024 12:28:37 -0400
Subject: [PATCH] docs: Update cookie settings (#401)
---
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');