From 44b35393af6c822d3f92a03ab8a129edea465af5 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 9 Jul 2021 06:37:10 +0200 Subject: Revert "chore: Make a better 404 (#529)" (#590) This reverts commit a12f8d77e0be201addc4cd0536480cc68fdc12b8. --- _layouts/git-wiki-404.html | 15 +++++++++++++++ assets/404.html | 7 +++++++ assets/404.md | 17 ----------------- 3 files changed, 22 insertions(+), 17 deletions(-) create mode 100644 _layouts/git-wiki-404.html create mode 100644 assets/404.html delete mode 100644 assets/404.md diff --git a/_layouts/git-wiki-404.html b/_layouts/git-wiki-404.html new file mode 100644 index 0000000..6a7b4ec --- /dev/null +++ b/_layouts/git-wiki-404.html @@ -0,0 +1,15 @@ +--- +title: Not Found +permalink: /404.html +is_wiki_page: false +--- + + + \ No newline at end of file diff --git a/assets/404.html b/assets/404.html new file mode 100644 index 0000000..7f4c12b --- /dev/null +++ b/assets/404.html @@ -0,0 +1,7 @@ +--- +layout: git-wiki-404 +permalink: /404.html +is_wiki_page: false +--- + + diff --git a/assets/404.md b/assets/404.md deleted file mode 100644 index 809dc7e..0000000 --- a/assets/404.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: default -permalink: /404.html ---- - -# Four Oh Four - -## Page not found... - -How did we end up here? - -Perhaps you crossed paths with Mal'Ganis or Yogg-Saron? - -We have sent a saftey murloc to guide you back to safety! - -| [Mmmrrgmgrrrgmmll!](home.md) | [Create a new page](https://github.com/azerothcore/wiki/new/master?filename=docs/.md) -| --- | --- | -- cgit