Fix home anchor tag spacing in 404 page

This commit is contained in:
Marko Pejić 2025-03-14 19:01:16 +01:00 committed by GitHub
parent ae0e1ec668
commit d00e6e74b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,9 +4,9 @@
<div>
<h1> typo? </h1>
<p> Click <a href="/"> here </a> to return to home </p>
<p> Click <a href="/">here</a> to return to home </p>
</div>
</div>
{{ end }}
{{ end }}