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 7774ce7 + 903ad40 commit 4b349f5Copy full SHA for 4b349f5
_includes/head_custom.html
@@ -0,0 +1,11 @@
1
+{% if jekyll.environment == 'production' %}
2
+<!-- Global site tag (gtag.js) - Google Analytics -->
3
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-TKE13514P9"></script>
4
+<script>
5
+ window.dataLayer = window.dataLayer || [];
6
+ function gtag(){dataLayer.push(arguments);}
7
+ gtag('js', new Date());
8
+
9
+ gtag('config', 'G-TKE13514P9');
10
+</script>
11
+{% endif %}
0 commit comments