Skip to content

Commit

Permalink
Added a 404 page
Browse files Browse the repository at this point in the history
This addition implements the design of the original 404 page.
  • Loading branch information
digitalcraftsman authored and digitalcraftsman committed Jul 13, 2015
1 parent d84c508 commit 5b9efdb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions layouts/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{ partial "head.html" . }}
<body>

{{ partial "sidebar.html" . }}

<div class="content container">
<h1>404: Page not found</h1>
<p class="lead">Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. <a href="/">Head back home</a> to try finding it again.</p>
</div>

</body>
</html>

0 comments on commit 5b9efdb

Please sign in to comment.