Working-ish site.

This commit is contained in:
Daniel Buckmaster 2014-03-05 17:07:30 +11:00
commit 7b1fef1286
20 changed files with 1013 additions and 0 deletions

10
_layouts/post.html Normal file
View file

@ -0,0 +1,10 @@
---
layout: default
---
<h2>{{page.title}}</h2>
<p class="meta">{{page.date | date_to_string}}</p>
<div class="post">
{{ content }}
</div>