From 070d2985b56844063abf08bf735ccb4f6f8967bc Mon Sep 17 00:00:00 2001 From: lauralani Date: Mon, 4 Sep 2023 09:16:33 +0200 Subject: [PATCH] update 404 page --- layouts/404.html | 152 +++++++++++++++++++++++------------------------ 1 file changed, 73 insertions(+), 79 deletions(-) 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