From a286206523e205732b11cf3d3e65dacc185d51c4 Mon Sep 17 00:00:00 2001 From: Colin Eberhardt Date: Wed, 3 Jan 2024 10:25:46 +0000 Subject: [PATCH] moved google tag manager code --- _layouts/default.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index e309b8e12c..ea1a914fa9 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -54,13 +54,6 @@ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-MMXGQRL'); - - Paste this code immediately after the opening tag: - - - - {% endif %} +{% if site.github.owner_name == 'ScottLogic' %} + + + +{% endif %}
{% include site-header.html %} {{ content }}