Skip to content

Commit 0967b6c

Browse files
author
Svetlana Karslioglu
authored
Update layout.html
1 parent fcf3722 commit 0967b6c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

_templates/layout.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
{% endblock %}
1313

1414
{%- block content %}
15+
<!-- Google Tag Manager (noscript) -->
16+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T8XT4PS"
17+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
18+
<!-- End Google Tag Manager (noscript) -->
19+
1520
{{ super() }}
1621
<script>
1722
if((window.location.href.indexOf("/prototype/")!= -1) && (window.location.href.indexOf("/prototype/prototype_index")< 1))
@@ -22,13 +27,6 @@
2227
</script>
2328
{%- endblock %}
2429

25-
{%- block body -%}
26-
{{ super() }}
27-
<!-- Google Tag Manager (noscript) -->
28-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T8XT4PS"
29-
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
30-
<!-- End Google Tag Manager (noscript) -->
31-
{% endblock %}
3230

3331
{% block footer %}
3432
{{ super() }}

0 commit comments

Comments
 (0)