File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- Global site tag (gtag.js) - Google Analytics -->
2
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-TCB1LERV5K "> </ script >
3
+ < script >
4
+ window . dataLayer = window . dataLayer || [ ] ;
5
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
6
+ gtag ( 'js' , new Date ( ) ) ;
7
+
8
+ gtag ( 'config' , 'G-TCB1LERV5K' ) ;
9
+ </ script >
Original file line number Diff line number Diff line change 5
5
< meta content ="width=device-width, initial-scale=1 " name ="viewport "/>
6
6
< title > {% if page.title %}{{ page.title }}{% else %}{{ site.title | escape }}{% endif %}</ title >
7
7
{% include links.html %}
8
+ {% include analytics.html %}
8
9
</ head >
9
10
< body class ="page ">
10
11
{% include header.html %}
Original file line number Diff line number Diff line change 5
5
< meta content ="width=device-width, initial-scale=1 " name ="viewport "/>
6
6
< title > {% if page.title %}{{ page.title }}{% else %}{{ site.title | escape }}{% endif %}</ title >
7
7
{% include links.html %}
8
+ {% include analytics.html %}
8
9
</ head >
9
10
< body class ="page ">
10
11
{% include header.html %}
You can’t perform that action at this time.
0 commit comments