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 2dc3d55 commit 709b18cCopy full SHA for 709b18c
_includes/google-analytics.html
@@ -0,0 +1,8 @@
1
+{% if site.google-analytics %}<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143467500-1"></script>
2
+<script>
3
+ window.dataLayer = window.dataLayer || [];
4
+ function gtag(){dataLayer.push(arguments);}
5
+ gtag('js', new Date());
6
+
7
+ gtag('config', '{{ site.google-analytics }}');
8
+</script>{% endif %}
0 commit comments