commit | d006b309fb754ee187180691a15b36016adea629 | [log] [tgz] |
---|---|---|
author | bigbiff <bigbiff@teamw.in> | Fri Mar 06 18:36:03 2015 -0500 |
committer | bigbiff <bigbiff@teamw.in> | Fri Mar 06 18:36:03 2015 -0500 |
tree | 962ade97091f4ff98c71dfc36892b5c44a205e29 |
Initial Commit
diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..74c1a11 --- /dev/null +++ b/_layouts/page.html
@@ -0,0 +1,14 @@ +--- +layout: default +--- +<div class="post"> + + <header class="post-header"> + <h1 class="post-title">{{ page.title }}</h1> + </header> + + <article class="post-content"> + {{ content }} + </article> + +</div>