Changed 404.md to 404.html.twig

This commit is contained in:
Oliver Davies 2015-04-09 18:00:02 +01:00
parent d54221b67b
commit e54ad0cdae
2 changed files with 14 additions and 6 deletions

14
source/404.html.twig Normal file
View file

@ -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 %}

View file

@ -1,6 +0,0 @@
---
layout: default
title: Page Not Found
permalink: /404.html
---
# Page Not Found