diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-29 19:56:50 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-29 20:05:40 +0200 |
commit | 74329c51844759d20e973f30fdcc173bf833be95 (patch) | |
tree | 8592a7a043f9e5a4e746d2fcc8e325df55c3f474 /layouts/404.html | |
parent | f7131b852c48742226934105df68229f3a1408a8 (diff) |
Removed unnecessary homeIntro parameter, cleaned up layouts
Diffstat (limited to 'layouts/404.html')
-rw-r--r-- | layouts/404.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/404.html b/layouts/404.html index 75b031c..72ef81e 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -6,6 +6,7 @@ <h1> typo? </h1> <p> Click <a href="/"> here </a> to return to home </p> </div> + </div> |