diff --git a/.gitignore b/.gitignore index 8622b92e..84f82215 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ public/ resources/ hugo.exe .hugo_build.lock +.DS_Store .venv diff --git a/layouts/404.html b/layouts/404.html index e90525a8..6ac89c51 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,9 +1,18 @@ {{ define "main" }} -

404 Not Found

-

Sorry, we couldn't find the page you were looking for.

-

- - Return to the home page - -

+
+
+

404 - Page Not Found

+
+
+

Oops! The page you’re looking for is unavailable or has been moved.

+

Here's what you can do next:

+ +

We're happy to help!

+
+
{{ end }}