Skip to content

Commit de4b749

Browse files
analytics tag added
1 parent 695910f commit de4b749

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

_layouts/default.html

+9-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88
<meta name="google-site-verification" content="RN2TQPQPeWv-ohVwymBIewJ3sUCCiSqqGPqunZ6_OaE" />
99
<!-- Global site tag (gtag.js) - Google Analytics -->
10-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167457248-3"></script>
11-
<script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-167457248-3');</script>
10+
<!-- Google tag (gtag.js) -->
11+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XLGBQLMRCC"></script>
12+
<script>
13+
window.dataLayer = window.dataLayer || [];
14+
function gtag(){dataLayer.push(arguments);}
15+
gtag('js', new Date());
16+
17+
gtag('config', 'G-XLGBQLMRCC');
18+
</script>
1219
<title>{{ page.title }}</title>
1320
<link rel="icon" href="/assets/img/logo/logo.png" type="image/gif" sizes="16x16">
1421
<!-- link to main stylesheet -->

0 commit comments

Comments
 (0)