Skip to content

Commit

Permalink
Set correct GTM code
Browse files Browse the repository at this point in the history
  • Loading branch information
conjurer-rich committed Jan 16, 2025
1 parent 22e7617 commit 71ee9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TN7VJ3P5');</script>
})(window,document,'script','dataLayer','GTM-M9X69R3L');</script>
<!-- End Google Tag Manager -->
{% endif %}
{% include head.html %}
Expand All @@ -21,7 +21,7 @@
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}" dir="{% if site.rtl %}rtl{% else %}ltr{% endif %}">
{% if jekyll.environment == 'production' %}
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TN7VJ3P5"
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M9X69R3L"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
{% endif %}
{% include_cached skip-links.html %}
Expand Down

0 comments on commit 71ee9cc

Please sign in to comment.