From b01b00824c64ca068eae3d97e407df673b2104ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pol=20de=20Font-R=C3=A9aulx?= <78731009+pol-defont-reaulx@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:27:43 +0100 Subject: [PATCH 1/2] feat: remove GA4 call from body element --- _layouts/default.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index af68b14..8118fba 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -19,6 +19,5 @@ {% include headers.html %} {% include tags.html %} {% include scrolltop.html %} - {% include google-analytics.html %} From 402604ccbec5809c85260744d8661b8c5990c350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pol=20de=20Font-R=C3=A9aulx?= <78731009+pol-defont-reaulx@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:28:47 +0100 Subject: [PATCH 2/2] feat: include GA4 script in head --- _includes/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/head.html b/_includes/head.html index 3d96c11..c912621 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,4 +1,5 @@ + {% include google-analytics.html %}