Skip to content

Commit fc79b3b

Browse files
authored
remove analytics
1 parent d2d70ac commit fc79b3b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

layouts/_default/baseof.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
<link rel=stylesheet href="{{ .Site.BaseURL }}/css/style.css?v=9">
3737
<meta name="theme-color" content="#20558a" />
3838

39-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GN1D8JT7TK"></script>
40-
<script>
41-
window.dataLayer = window.dataLayer || [];
42-
function gtag() { dataLayer.push(arguments); }
43-
gtag('js', new Date());
44-
gtag('config', 'G-GN1D8JT7TK');
45-
</script>
4639
</head>
4740

4841
<body class="m-0 p-0">
@@ -123,4 +116,4 @@
123116
crossorigin="anonymous"></script>
124117
</body>
125118

126-
</html>
119+
</html>

0 commit comments

Comments
 (0)