Skip to content

Commit fcf3722

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

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

_templates/layout.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{% extends "!layout.html" %}
22

3-
{%- block extrahead %} {% endblock %}
4-
3+
{%- block extrahead %}
4+
{{ super() }}
55
<!-- Google Tag Manager -->
66
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
77
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
88
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
99
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
1010
})(window,document,'script','dataLayer','GTM-T8XT4PS');</script>
1111
<!-- End Google Tag Manager -->
12+
{% endblock %}
1213

1314
{%- block content %}
1415
{{ super() }}
@@ -22,13 +23,11 @@
2223
{%- endblock %}
2324

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

3433
{% block footer %}

0 commit comments

Comments
 (0)