diff options
author | Francesco Tomaselli <tomaselli.fr@gmail.com> | 2025-03-14 20:57:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-14 20:57:24 +0100 |
commit | 46999d3c4872fa9072bdde3b035cc18a7f08a76d (patch) | |
tree | bfafc07c4eac63ab973df9fc1512f68590a9c132 | |
parent | da22bc00a46bf3d0539bae77da9d278bc1131e02 (diff) | |
parent | 233af77df4abe6fa8dea4f18868368efbe24e076 (diff) |
Merge pull request #99 from markop404/main
-rw-r--r-- | layouts/404.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/404.html b/layouts/404.html index 15c8a62..7249c96 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 home </p> </div> </div> -{{ end }}
\ No newline at end of file +{{ end }} |