Skip to content

Commit a282936

Browse files
committed
Added Google Tag Manager
1 parent 3f08c1e commit a282936

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

_layouts/default.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
{% include head.html %}
55

66
<body>
7-
7+
<!-- Google Tag Manager -->
8+
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-WMC9TL"
9+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
10+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
11+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
12+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
13+
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
14+
})(window,document,'script','dataLayer','GTM-WMC9TL');</script>
15+
<!-- End Google Tag Manager -->
816
{% include sidebar.html %}
917

1018
<div class="content container">

0 commit comments

Comments
 (0)