We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d49a4 commit 2eafadcCopy full SHA for 2eafadc
1 file changed
src/template.html
@@ -7,19 +7,6 @@
7
<html lang="<%= PAGE_LANG %>" class="text-gray-900 antialiased leading-tight">
8
9
<head>
10
- <!-- Global site tag (gtag.js) - Google Analytics -->
11
- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-73422491-5"></script>
12
- <script>
13
- window.dataLayer = window.dataLayer || [];
14
-
15
- function gtag() {
16
- dataLayer.push(arguments);
17
- }
18
- gtag('js', new Date());
19
20
- gtag('config', 'UA-73422491-5');
21
- </script>
22
23
<meta charset="utf-8">
24
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
25
<meta name="viewport" content="width=device-width, initial-scale=1.0">
0 commit comments