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

7
templates/post-list.html Normal file
View File

@@ -0,0 +1,7 @@
<ul>
$for(posts)$
<li>
<a href="$url$">$title$</a> - $date$
</li>
$endfor$
</ul>