We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a84e20 commit fcdc5ecCopy full SHA for fcdc5ec
2 files changed
_config.yml
@@ -27,8 +27,8 @@ social:
27
links:
28
- https://github.com/fabrecostudio
29
30
-# Google Analytics (optional - add your tracking ID if you have one)
31
-# google_analytics: UA-XXXXXXXXX-X
+# Google Analytics
+google_analytics: G-MHKN7PWVCP
32
33
# Additional SEO settings
34
tagline: "Curated examples and templates for exceptional GitHub organization profiles"
_includes/head-custom.html
@@ -0,0 +1,9 @@
1
+<!-- Google tag (gtag.js) -->
2
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-MHKN7PWVCP"></script>
3
+<script>
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+
8
+ gtag('config', 'G-MHKN7PWVCP');
9
+</script>
0 commit comments