We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534e105 commit f62259cCopy full SHA for f62259c
_config.yml
@@ -1,2 +1,3 @@
1
theme: jekyll-theme-primer
2
title: Immutable Web Apps
3
+google_analytics: UA-126263119-1
_includes/analytics.html
@@ -0,0 +1,9 @@
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126263119-1"></script>
+<script>
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+
8
+ gtag('config', '{{ site.google_analytics }}');
9
+</script>
0 commit comments