Skip to content

Commit 86c71f1

Browse files
Google Tag
1 parent 34c152e commit 86c71f1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

_includes/head.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<head>
2+
<!-- Google Tag Manager -->
3+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
4+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
5+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
6+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
7+
})(window,document,'script','dataLayer','GTM-T668JSDW');</script>
8+
<!-- End Google Tag Manager -->
9+
210
<!-- Meta -->
311
<meta charset="UTF-8">
412
<meta name="viewport" content="width=device-width, initial-scale=1.0">

_layouts/default.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
{% include head.html %}
55
{% include analytics.html %}
66
<body>
7+
<!-- Google Tag Manager (noscript) -->
8+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T668JSDW"
9+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
10+
<!-- End Google Tag Manager (noscript) -->
11+
712
<div id="wrap">
813

914
<!-- Navigation -->

0 commit comments

Comments
 (0)