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.
1 parent 0fb2601 commit 34c152eCopy full SHA for 34c152e
_includes/analytics.html
@@ -0,0 +1,9 @@
1
+<!-- Google tag (gtag.js) -->
2
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-NS9JFVVY3Z"></script>
3
+<script>
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+
8
+ gtag('config', 'G-NS9JFVVY3Z');
9
+</script>
_layouts/default.html
@@ -2,7 +2,7 @@
<html>
{% include head.html %}
-
+{% include analytics.html %}
<body>
<div id="wrap">
0 commit comments