From e54ad0cdaea557e00720bb64ffdf272be64523c2 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 9 Apr 2015 18:00:02 +0100 Subject: [PATCH] Changed 404.md to 404.html.twig --- source/404.html.twig | 14 ++++++++++++++ source/404.md | 6 ------ 2 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 source/404.html.twig delete mode 100644 source/404.md diff --git a/source/404.html.twig b/source/404.html.twig new file mode 100644 index 000000000..b4f147ec3 --- /dev/null +++ b/source/404.html.twig @@ -0,0 +1,14 @@ +--- +layout: default +title: Page Not Found +permalink: /404.html +--- +{% block content_wrapper %} +
+ {% block content %} +

Page Not Found

+ {% endblock %} +
{# .col.md-12 #} +{% endblock %} + +{% block sidebar %}{% endblock %} \ No newline at end of file diff --git a/source/404.md b/source/404.md deleted file mode 100644 index ddea14fa0..000000000 --- a/source/404.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: default -title: Page Not Found -permalink: /404.html ---- -# Page Not Found \ No newline at end of file