From f5a03213ebbd5942490ab3bd35c60407b2a14241 Mon Sep 17 00:00:00 2001 From: Michael Telgmann Date: Thu, 7 Mar 2024 11:38:28 +0100 Subject: [PATCH] feat: Exchange Google tag manager script --- app/config/sculpin_site_prod.yml | 2 -- source/_layouts/default.twig.html | 34 +++++++++++++++---------------- source/_layouts/start.twig.html | 34 +++++++++++++++---------------- 3 files changed, 34 insertions(+), 36 deletions(-) diff --git a/app/config/sculpin_site_prod.yml b/app/config/sculpin_site_prod.yml index 8561a18008..bc3c568773 100644 --- a/app/config/sculpin_site_prod.yml +++ b/app/config/sculpin_site_prod.yml @@ -1,4 +1,2 @@ imports: - sculpin_site.yml - -google_tag_manager_id: GTM-WJKMNPS diff --git a/source/_layouts/default.twig.html b/source/_layouts/default.twig.html index 9c885d594a..2d892d7d26 100644 --- a/source/_layouts/default.twig.html +++ b/source/_layouts/default.twig.html @@ -1,6 +1,17 @@ + + + + @@ -46,6 +57,12 @@ + + + +
@@ -243,22 +260,5 @@

Version History

{% include 'usercentrics.twig' %} -{% if site.google_tag_manager_id %} - - - -{% endif %} - diff --git a/source/_layouts/start.twig.html b/source/_layouts/start.twig.html index bd5ccde62a..1b84eff5df 100644 --- a/source/_layouts/start.twig.html +++ b/source/_layouts/start.twig.html @@ -1,6 +1,17 @@ + + + + @@ -44,6 +55,12 @@ + + + +
@@ -347,22 +364,5 @@

Latest changes

{% include 'usercentrics.twig' %} -{% if site.google_tag_manager_id %} - - - -{% endif %} -