From 25165be23472fc9391f57ef96411717482618c4f Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 28 Sep 2024 18:11:06 +0200 Subject: [PATCH] update 404 page to also reflect the recent changes in equipment pages --- layouts/404.html | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index 2d9bef6..ae5c315 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,15 +1,29 @@ {{ define "main" }} -

{{ i18n "error.404_title" | emojify }}

-

- {{ i18n "error.404_error" | emojify }} +

+ {{ i18n "error.404_title" | emojify }} +

+

+ {{ i18n "error.404_error" | emojify }} +

+
+

{{ i18n "error.404_description" | emojify }}

+
+
+ You can try to find the page with the search:
+ Click on the magifying glass 🔍 in the top right corner or hit + / (that is usually Shift + 7 + on a german layout) on your keyboard to open the search box. +
+

+ I am sorry for any inconvenience this might cause to you, but in the end we + all have to face new changes... +

+
+

+ I made some re-structuring recently and I haven't updated a proper + redirection yet. I will do that as soon as I'm aware of the missing alias. + In the meantime you may want to use the search or browse yourself through + the website.

-
-

{{ i18n "error.404_description" | emojify }}

-
-
- You can try to find the page with the search:
- Click on the magifying glass 🔍 in the top right corner or hit - / (that is usually Shift + 7 - on a german layout) on your keyboard to open the search box. -
+
{{ end }}