Commit 1c3c7fe 1 parent 643f808 commit 1c3c7fe Copy full SHA for 1c3c7fe
File tree 4 files changed +11
-1
lines changed
4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ contact_note: # > Email is the best way to reach me.
109
109
# Analytics and search engine verification
110
110
# -----------------------------------------------------------------------------
111
111
112
- google_analytics : # your Google Analytics measurement ID (format: G-XXXXXXXXXX)
112
+ google_analytics : G-07ZY9F9FTG # your Google Analytics measurement ID (format: G-XXXXXXXXXX)
113
113
cronitor_analytics : # cronitor RUM analytics site ID (format: XXXXXXXXX)
114
114
115
115
google_site_verification : # your google-site-verification ID (Google Search Console)
Original file line number Diff line number Diff line change
1
+ <!-- Google tag (gtag.js) -->
2
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-07ZY9F9FTG "> </ script >
3
+ < script >
4
+ window . dataLayer = window . dataLayer || [ ] ;
5
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
6
+ gtag ( 'js' , new Date ( ) ) ;
7
+
8
+ gtag ( 'config' , 'G-07ZY9F9FTG' ) ;
9
+ </ script >
Original file line number Diff line number Diff line change 7
7
< meta http-equiv ="refresh " content ="3; url={{ site.baseurl }}/ " />
8
8
{%- endif -%}
9
9
{% include head.html %}
10
+ {% include analytics.html %}
10
11
</ head >
11
12
12
13
<!-- Body -->
You can’t perform that action at this time.
0 commit comments