Update 404 page
The existing 404 page didn't quite fit in with the style of the rest of the site. Fixes this by adding a layout value for use during rendering, and adds some nicer markup.
This commit is contained in:
parent
f8069271c0
commit
0e164803a7
|
@ -1,5 +1,11 @@
|
||||||
---
|
---
|
||||||
|
layout: "inner"
|
||||||
noindex: true
|
noindex: true
|
||||||
|
page_title: "404"
|
||||||
---
|
---
|
||||||
|
|
||||||
<h2>Page Not Found</h2>
|
<h1>Page not found</h1>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Unfortunately, the page you requested can't be found.
|
||||||
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue