From 5021fe46ec1272b992bd91af518808f6d050b8d1 Mon Sep 17 00:00:00 2001 From: ann0see <20726856+ann0see@users.noreply.github.com> Date: Fri, 4 Dec 2020 22:11:27 +0100 Subject: [PATCH] Add more useful 404 page --- 404.html | 29 +++++++++++++++++------------ _includes/general/nav.html | 2 +- _includes/header.html | 8 ++++++++ _layouts/wiki.html | 9 +-------- 4 files changed, 27 insertions(+), 21 deletions(-) create mode 100644 _includes/header.html diff --git a/404.html b/404.html index be3e8125a..0b7e6afd5 100644 --- a/404.html +++ b/404.html @@ -2,10 +2,11 @@ permalink: /404.html lang: en category: "hidden" +hidelang: yes --- - + 404 Not found - Jamulus @@ -13,18 +14,22 @@ -
-
- {{ site.data.general.nav.altJamulusIcon }} + {% include header.html %} +
+ {% include general/nav.html %} +
+ +
+
+
404
+

There's nothing here

+

Jamu... What? We couldn't find this page! Maybe this site was moved or deleted. Did you check if there was a typo?

+

You might find the content on the

+

Wiki overview page

+
+
-
-
-
-

404. There's nothing here

-

Jamu... What? We couldn't find this page... Maybe this site was moved or deleted. Did you check if there was a typo?

-

Try going back

-
-
+ {% include footer.html %} diff --git a/_includes/general/nav.html b/_includes/general/nav.html index 1cf43579b..199d87524 100644 --- a/_includes/general/nav.html +++ b/_includes/general/nav.html @@ -1,5 +1,5 @@