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 11< head >
22 < meta charset ="utf-8 ">
33 < 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+
75 {% if page.title %}
86 < title > {{ page.title | strip_html }} | {{ site.title }} {{ site.year }}</ title >
97 {% else %}
4947
5048 <!-- Google Analytics -------------------------- -->
5149 {% if jekyll.environment == 'production' %}
52- {% include googleanalytics .html %}
50+ {% include google-analytics .html %}
5351 {% endif %}
5452
5553 <!-- Favicon -------------------------- -->
You can’t perform that action at this time.
0 commit comments