File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ donate_url: https://give.pioneers.org/s-donate?firstname=%27Upstream%27&ProjectC
3232
3333theme : null
3434
35+ google_analytics : G-6WMQ7FCBRJ
36+
3537# Build settings
3638plugins :
3739 - jekyll-feed
Original file line number Diff line number Diff line change 1616< meta name ="msapplication-TileColor " content ="#1d1d1d ">
1717< meta name ="msapplication-config " content ="/assets/browserconfig.xml ">
1818< meta name ="theme-color " content ="#ffffff ">
19+ {% if site.google_analytics %}
20+ < script async src ="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }} "> </ script >
21+ < script >
22+ window . dataLayer = window . dataLayer || [ ] ;
23+ function gtag ( ) { dataLayer . push ( arguments ) ; }
24+ gtag ( 'js' , new Date ( ) ) ;
25+
26+ gtag ( 'config' , '{{ site.google_analytics }}' ) ;
27+ </ script >
28+ {% endif %}
1929</ head >
You can’t perform that action at this time.
0 commit comments