Skip to content

Commit

Permalink
Stub out files & markup for about page; addresses #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Glovier committed Oct 4, 2013
1 parent 6a3535b commit fbf7d51
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _layouts/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en-us" class="no-js">

{% include head.html %}

<body class="about">

{% include header_home.html %}

<div class="wrap">

<article class="post-content">
{{ content }}
</article>

</div>

{% include footer.html %}

{% include closing-tags.html %}
5 changes: 5 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: about
---

<h1>DAT INFO</h1>

0 comments on commit fbf7d51

Please sign in to comment.