summaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
authorMarko Pejić <dev@markopejic.com>2025-03-14 19:01:16 +0100
committerGitHub <noreply@github.com>2025-03-14 19:01:16 +0100
commit80022de3a04358925f4b10b3d00b4419b769044c (patch)
tree98273dc5ac9d7a79c06a210a75e0d15b8e4a27fe /layouts/404.html
parentda22bc00a46bf3d0539bae77da9d278bc1131e02 (diff)
Fix home anchor tag spacing in 404 page
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 15c8a62..a1790df 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -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 }} \ No newline at end of file
+{{ end }}