Skip to content

Commit 4b7ea6d

Browse files
authored
Removing google analytics
We do not want to implement consent for this site, and GA data is not of great value here, so we prefer to disable it. Signed-off-by: Per Ploug <[email protected]>
1 parent 8b7d818 commit 4b7ea6d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

_layouts/default.html

-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77
<script src="{{ '/components/project.js?v=1.1' | relative_url }}" type="text/javascript"></script>
88
<script src="{{ '/components/statistic.js?v=1.1' | relative_url }}" type="text/javascript"></script>
99

10-
<!-- Google Analytics -->
11-
<script>
12-
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
13-
ga('create', store.trackingId, 'auto');
14-
ga('send', 'pageview');
15-
</script>
16-
<script async src='https://www.google-analytics.com/analytics.js'></script>
17-
<!-- End Google Analytics -->
18-
1910
<meta name="viewport" content="width=device-width" />
2011
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/dress-code.min.css" rel="stylesheet">
2112
<link rel="shortcut icon" type="image/x-icon" href="{{ '/assets/img/zalando.ico' | relative_url }}">

0 commit comments

Comments
 (0)