summaryrefslogtreecommitdiff
path: root/layouts/404.html
diff options
context:
space:
mode:
authorMarko Pejić <dev@markopejic.com>2025-03-14 19:03:39 +0100
committerGitHub <noreply@github.com>2025-03-14 19:03:39 +0100
commit233af77df4abe6fa8dea4f18868368efbe24e076 (patch)
treebfafc07c4eac63ab973df9fc1512f68590a9c132 /layouts/404.html
parent80022de3a04358925f4b10b3d00b4419b769044c (diff)
Fix error sentence in 404 page
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index a1790df..7249c96 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -4,7 +4,7 @@
<div>
<h1> typo? </h1>
- <p> Click <a href="/">here</a> to return to home </p>
+ <p> Click <a href="/">here</a> to return home </p>
</div>
</div>