From 1f47284fa90ab596d0b8da25b138d34b47dce531 Mon Sep 17 00:00:00 2001 From: Spencer Bliven Date: Tue, 19 Jul 2016 17:03:07 +0200 Subject: [PATCH] Adding custom 404 page Automatically redirects if a page differing only in case is found. --- 404.html | 34 ++++++++++++++++++++++++++++++++++ _config.yml | 1 + 2 files changed, 35 insertions(+) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 000000000..2df3ad288 --- /dev/null +++ b/404.html @@ -0,0 +1,34 @@ +--- +layout: page +title: 404 Page Not Found +--- + +

Sorry this page does not exist =(

\ No newline at end of file diff --git a/_config.yml b/_config.yml index 9fe889e7c..82bc3f8ab 100644 --- a/_config.yml +++ b/_config.yml @@ -83,3 +83,4 @@ defaults: path: "" # empty string for all files values: layout: page +