Skip to content

Commit 116006f

Browse files
authored
Add files via upload
1 parent 7349a22 commit 116006f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_layouts/default.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@
1717
<!--[if lt IE 9]>
1818
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1919
<![endif]-->
20+
<!-- Global site tag (gtag.js) - Google Analytics -->
21+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YP11LW5QET"></script>
22+
<script>
23+
window.dataLayer = window.dataLayer || [];
24+
function gtag(){dataLayer.push(arguments);}
25+
gtag('js', new Date());
26+
27+
gtag('config', 'G-YP11LW5QET');
28+
</script>
2029
</head>
2130
<body>
2231
<div class="wrapper">

0 commit comments

Comments
 (0)