Changed 404.md to 404.html.twig
This commit is contained in:
parent
d54221b67b
commit
e54ad0cdae
14
source/404.html.twig
Normal file
14
source/404.html.twig
Normal 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 %}
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
title: Page Not Found
|
|
||||||
permalink: /404.html
|
|
||||||
---
|
|
||||||
# Page Not Found
|
|
Loading…
Reference in a new issue