diff --git a/layouts/404.html b/layouts/404.html index 444c2f9..81fbf92 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -2,86 +2,80 @@ - - - - 404 Not Found - lauka.net - - - - - - - + {{ partial "head/meta.html" . }} + {{ or .Title .Site.Title }} + {{ partial "head/favicon.html" . }} + {{ partial "head/styling.html" . }} + -
- - // 404 page not found. - - - - if - - (!found) - { - - - - throw - - - ("404 Not Found"); - - - } - - // Go home! - - -
+
+ +
+

Oops, looks like someone ate the page!?

+

Unfortunately the page you tried to access doesn't exist. +
+ You can try to go back or go home ;)

+
+
- + + \ No newline at end of file