From c20bbe83d53df38c2371d693f64dde4d43e8d56c Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Mon, 18 Jun 2018 01:19:46 +0200 Subject: [PATCH] made 404 page work better --- _includes/header-404.html | 47 +++++++++++++++++++++++++++++++++++++++ _layouts/default.html | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 _includes/header-404.html diff --git a/_includes/header-404.html b/_includes/header-404.html new file mode 100644 index 0000000..71471e0 --- /dev/null +++ b/_includes/header-404.html @@ -0,0 +1,47 @@ +
+ +
diff --git a/_layouts/default.html b/_layouts/default.html index b864fe1..d7fa507 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -5,7 +5,7 @@ - {% include header.html %} + {% include header-404.html %} {{ content }}