Skip to content

Commit

Permalink
Merge pull request spf13#16 from digitalcraftsman/404-page
Browse files Browse the repository at this point in the history
Added a 404 page
  • Loading branch information
digitalcraftsman committed Jul 13, 2015
2 parents d84c508 + 11adcd3 commit 2d0f48c
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="{{ .Site.BaseURL }}">Head back home</a> to try finding it again.</p>
</div>

</body>
</html>

0 comments on commit 2d0f48c

Please sign in to comment.