File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,16 @@ const structuredData = {
57
57
class ={ ` ${scrollSmooth && " scroll-smooth" } ` }
58
58
>
59
59
<head >
60
+ <!-- Google tag (gtag.js) -->
61
+ <script async src =" https://www.googletagmanager.com/gtag/js?id=G-V66JPM85FQ" ></script >
62
+ <script >
63
+ window.dataLayer = window.dataLayer || [];
64
+ function gtag(){dataLayer.push(arguments);}
65
+ gtag('js', new Date());
66
+
67
+ gtag('config', 'G-V66JPM85FQ');
68
+ </script >
69
+
60
70
<meta charset =" UTF-8" />
61
71
<meta name =" viewport" content =" width=device-width" />
62
72
<link rel =" icon" type =" image/svg+xml" href =" /favicon.svg" />
@@ -136,15 +146,6 @@ const structuredData = {
136
146
137
147
<script is:inline src =" /toggle-theme.js" async ></script >
138
148
</head >
139
- <!-- Google tag (gtag.js) -->
140
- <script async src =" https://www.googletagmanager.com/gtag/js?id=G-V66JPM85FQ" ></script >
141
- <script >
142
- window.dataLayer = window.dataLayer || [];
143
- function gtag(){dataLayer.push(arguments);}
144
- gtag('js', new Date());
145
-
146
- gtag('config', 'G-V66JPM85FQ');
147
- </script >
148
149
<body >
149
150
<slot />
150
151
</body >
You can’t perform that action at this time.
0 commit comments