From ea41211e6d4ee6c0f17f559e7f95a920b3d1e8c7 Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Sun, 3 Feb 2019 22:36:35 -0600 Subject: Correct error pages header/footer --- _includes/footer-error.html | 21 --------------------- _includes/header-error.html | 16 ---------------- _layouts/error.html | 4 ++-- 3 files changed, 2 insertions(+), 39 deletions(-) delete mode 100644 _includes/footer-error.html delete mode 100644 _includes/header-error.html diff --git a/_includes/footer-error.html b/_includes/footer-error.html deleted file mode 100644 index b31e0da..0000000 --- a/_includes/footer-error.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - -{% if page.url == "/files/register_web/register.html" %} -{% endif %}{% if page.url == "/" and site.register-web >= 1 %} -{% endif %} - diff --git a/_includes/header-error.html b/_includes/header-error.html deleted file mode 100644 index 620f84d..0000000 --- a/_includes/header-error.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - {% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.title }}{% endif %} - {% if page.description %}{% else %}{% endif %} - {% if page.tags %}{% else %}{% endif %} - - - - - - - - - - diff --git a/_layouts/error.html b/_layouts/error.html index 4d50142..5b9633b 100644 --- a/_layouts/error.html +++ b/_layouts/error.html @@ -1,5 +1,5 @@ -{% include header-error.html %} +{% include header.html %} {% include menu.html %} {{ content }} -{% include footer-error.html %} +{% include footer.html %} -- cgit v1.2.3-59-ga6da