File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change 17
17
title ="Sitemap "
18
18
href ="/sitemap.xml "
19
19
/>
20
+
21
+ <!-- Google tag (gtag.js) -->
22
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-C7YDJRDD8X "> </ script >
23
+ < script >
24
+ window . dataLayer = window . dataLayer || [ ] ;
25
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
26
+ gtag ( 'js' , new Date ( ) ) ;
27
+
28
+ gtag ( 'config' , 'G-C7YDJRDD8X' ) ;
29
+ </ script >
30
+
20
31
< link
21
32
rel ="apple-touch-icon "
22
33
sizes ="180x180 "
66
77
name ="twitter:image "
67
78
content ="https://comtom.engineering/assets/images/og.png "
68
79
/>
69
- <!-- Google tag (gtag.js) -->
70
- < script
71
- async
72
- src ="https://www.googletagmanager.com/gtag/js?id=G-C7YDJRDD8X "
73
- > </ script >
74
- < script >
75
- window . dataLayer = window . dataLayer || [ ] ;
76
- d ;
77
- function gtag ( ) {
78
- dataLayer . push ( arguments ) ;
79
- }
80
- gtag ( "js" , new Date ( ) ) ;
81
- gtag ( "config" , "G-C7YDJRDD8X" ) ;
82
- </ script >
83
80
</ head >
84
81
85
82
< body >
You can’t perform that action at this time.
0 commit comments