File tree Expand file tree Collapse file tree 2 files changed +7
-27
lines changed
Expand file tree Collapse file tree 2 files changed +7
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818 < meta property ="og:url " content ="{{ url }} "/>
1919 {% if page.image %}< meta property ="og:image " content ="{{ page.image | absolute_url }} "/> {% endif %}
2020 {% if page.description %}< meta property ="og:description " content ="{{ page.description }} "/> {% endif %}
21+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-TMTZVLLMBP "> </ script >
22+ < script >
23+ window . dataLayer = window . dataLayer || [ ] ;
24+ function gtag ( ) { dataLayer . push ( arguments ) ; }
25+ gtag ( 'js' , new Date ( ) ) ;
26+ gtag ( 'config' , 'G-TMTZVLLMBP' ) ;
27+ </ script >
2128</ head >
2229
2330< body class ='page {{layout.bodyClass}} '>
3138 {% include footer.html %}
3239 {% include sub-footer.html %}
3340 < script type ="text/javascript " src ="{{ '/assets/js/scripts.js' | relative_url }} "> </ script >
34- {% include google-analytics.html %}
3541</ body >
3642</ html >
You can’t perform that action at this time.
0 commit comments