Skip to content

Commit 2eafadc

Browse files
committed
Remove Google Analytics tag (even though it wasn't tracking)
1 parent 94d49a4 commit 2eafadc

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/template.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@
77
<html lang="<%= PAGE_LANG %>" class="text-gray-900 antialiased leading-tight">
88

99
<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-
2310
<meta charset="utf-8">
2411
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
2512
<meta name="viewport" content="width=device-width, initial-scale=1.0">

0 commit comments

Comments
 (0)