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:
Andrew Langhorn 2015-09-19 16:58:11 +01:00
parent f8069271c0
commit 0e164803a7
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
---
layout: "inner"
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>