From e54ad0cdaea557e00720bb64ffdf272be64523c2 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.co.uk>
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 00000000..b4f147ec
--- /dev/null
+++ b/source/404.html.twig
@@ -0,0 +1,14 @@
+---
+layout: default
+title: Page Not Found
+permalink: /404.html
+---
+{% block content_wrapper %}
+  <div class="col-md-12">
+    {% block content %}
+      <h1>Page Not Found</h1>
+    {% endblock %}
+  </div> {# .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 ddea14fa..00000000
--- 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