Skip to content

Commit 7293e60

Browse files
authored
Update index.html
1 parent b0a95ce commit 7293e60

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

index.html

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@
1717
title="Sitemap"
1818
href="/sitemap.xml"
1919
/>
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+
2031
<link
2132
rel="apple-touch-icon"
2233
sizes="180x180"
@@ -66,20 +77,6 @@
6677
name="twitter:image"
6778
content="https://comtom.engineering/assets/images/og.png"
6879
/>
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>
8380
</head>
8481

8582
<body>

0 commit comments

Comments
 (0)