File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed 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-40RZ5HKFJ0 "> </ script >
3
+ < script >
4
+ window . dataLayer = window . dataLayer || [ ] ;
5
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
6
+ gtag ( 'js' , new Date ( ) ) ;
7
+
8
+ gtag ( 'config' , 'G-40RZ5HKFJ0' ) ;
9
+ </ script >
Original file line number Diff line number Diff line change 1
1
< head >
2
2
< meta charset ="utf-8 ">
3
3
< meta name ="viewport " content ="width=device-width,initial-scale=1.0,minimum-scale=1.0 ">
4
- {% if jekyll.environment == 'production' %}
5
- {% include googleanalytics.html %}
6
- {% endif %}
4
+
7
5
{% if page.title %}
8
6
< title > {{ page.title | strip_html }} | {{ site.title }} {{ site.year }}</ title >
9
7
{% else %}
49
47
50
48
<!-- Google Analytics -------------------------- -->
51
49
{% if jekyll.environment == 'production' %}
52
- {% include googleanalytics .html %}
50
+ {% include google-analytics .html %}
53
51
{% endif %}
54
52
55
53
<!-- Favicon -------------------------- -->
You can’t perform that action at this time.
0 commit comments