We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28d9fca + 2cc06e7 commit bf054a4Copy full SHA for bf054a4
_includes/google-analytics.html
@@ -1,9 +1,9 @@
1
<!-- Google tag (gtag.js) -->
2
-<script async src="https://www.googletagmanager.com/gtag/js?id=G-XQWF3YLCRQ"></script>
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-E2EMFRR65V"></script>
3
<script>
4
window.dataLayer = window.dataLayer || [];
5
function gtag(){dataLayer.push(arguments);}
6
gtag('js', new Date());
7
8
- gtag('config', 'G-XQWF3YLCRQ');
+ gtag('config', 'G-E2EMFRR65V');
9
</script>
_layouts/default.html
@@ -6,6 +6,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
+{% include google-analytics.html %}
10
+
11
{% seo %}
12
13
<link rel="stylesheet" href="/assets/css/style.css">
0 commit comments