Skip to content

Commit

Permalink
Added 404.md file and 404 layout file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tehmasp Chaudhri committed Dec 30, 2013
1 parent 65395b8 commit 970f712
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
layout: "404"
title: "Page Not Found"
---
20 changes: 20 additions & 0 deletions _layouts/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{% include head-dark.html %}

<section class="article pad-top">

<article class="wrap post">
<header class="post-header">
<hgroup>
<h1>{{ page.title }}</h1>
<p class="intro">{% if page.description %}{{ page.description }}{% else %}{{ page.tagline }}{% endif %}</p>

</hgroup>
</header>

{{ content }}

</article>
</section>
</div>

{% include footer.html %}

0 comments on commit 970f712

Please sign in to comment.