From 859a245f6568ec5b1734fe50518d6f4e492082a2 Mon Sep 17 00:00:00 2001 From: Simmo Saan Date: Mon, 1 Sep 2025 16:57:16 +0300 Subject: [PATCH] Revert duplicate Google Analytics (#3287) This reverts PR #2962. The inline script here is exactly the same as the `/assets/js/google-analytics-setup.js` sourced on the following line, so Google Analytics is being triggered twice. It seems that #2962 originally added this because liquid templating of the setup script didn't work (#3095). However, this was then properly fixed in #3117. --- _includes/scripts.liquid | 9 --------- 1 file changed, 9 deletions(-) diff --git a/_includes/scripts.liquid b/_includes/scripts.liquid index 0f07388..acfef4b 100644 --- a/_includes/scripts.liquid +++ b/_includes/scripts.liquid @@ -227,15 +227,6 @@ - {% endif %}