Initial pinealservo.com hakyll site

This commit is contained in:
2013-09-05 16:05:24 -06:00
commit 46d8678476
12 changed files with 671 additions and 0 deletions

8
templates/post.html Normal file
View File

@@ -0,0 +1,8 @@
<div class="info">
<em>Posted on $date$
$if(author)$
by $author$
$endif$</em>
</div>
$body$