Skip to content

Commit ae017a9

Browse files
chore: Remove analytics from 404 page that isn't as useful as first thought
1 parent 2702e7b commit ae017a9

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

public/404.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title data-i18n="error.404-title">404 - Page Not Found</title>
7-
<script src="/js/analytics.js"></script>
87
<script>
98
(function () {
109
try {
@@ -124,16 +123,6 @@
124123
<h1>404</h1>
125124
<p data-i18n="error.not-found">The page you're looking for can't be found</p>
126125
<a href="/" class="btn btn-primary" data-i18n="error.go-home">Go to Homepage</a>
127-
128-
<footer class="footer">
129-
<details>
130-
<summary data-i18n="analytics.title">Analytics</summary>
131-
<span data-i18n="analytics.part1">This website uses </span>
132-
<a href="https://umami.is" target="_blank" rel="noopener noreferrer" class="inline-link" data-umami-event="Umami Link Click">
133-
<span>Umami</span></a>
134-
<span data-i18n="analytics.part2">and Google Analytics 4: No cookies, no advertising, no profiling, and no data is sold or shared.</span>
135-
</details>
136-
</footer>
137126
</div>
138127
<script src="/js/i18n.js"></script>
139128
</body>

0 commit comments

Comments
 (0)