Skip to content

Commit fe02673

Browse files
committed
chore: update gtm container
1 parent fca7eb6 commit fe02673

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

templates/base_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<body class="
150150
{% block body_class %}{% endblock %} l-site">
151151
<!-- Google Tag Manager (noscript) -->
152-
<noscript><iframe class="u-display-none u-visibility-hidden" src="https://www.googletagmanager.com/ns.html?id=GTM-M5BPGQ6"
152+
<noscript><iframe class="u-display-none u-visibility-hidden" src="https://www.googletagmanager.com/ns.html?id=GTM-N384JMX2"
153153
height="0"
154154
width="0"
155155
></iframe></noscript>
@@ -221,7 +221,7 @@
221221
}
222222
window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once.
223223

224-
var containersToLoad = ['GTM-M5BPGQ6'];
224+
var containersToLoad = ['GTM-N384JMX2'];
225225
{% if gtm_container_id %}
226226
containersToLoad.push('{{ gtm_container_id }}');
227227
{% endif %}

templates/maas/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{% extends "base_index.html" %}
22

3-
{% set gtm_container_id = "GTM-N384JMX2" %}
4-
53
{% from "_macros/vf_hero.jinja" import vf_hero %}
64
{% from "_macros/vf_tiered-list.jinja" import vf_tiered_list %}
75
{% from "_macros/vf_basic-section.jinja" import vf_basic_section %}

0 commit comments

Comments
 (0)