diff options
author | Marko Pejić <dev@markopejic.com> | 2025-03-14 19:01:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-14 19:01:16 +0100 |
commit | 80022de3a04358925f4b10b3d00b4419b769044c (patch) | |
tree | 98273dc5ac9d7a79c06a210a75e0d15b8e4a27fe /layouts/404.html | |
parent | da22bc00a46bf3d0539bae77da9d278bc1131e02 (diff) |
Fix home anchor tag spacing in 404 page
Diffstat (limited to 'layouts/404.html')
-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..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 }} |