First commit - just a copy of HaskellEmbedded at this point
This commit is contained in:
13
templates/post.html
Normal file
13
templates/post.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="info">
|
||||
Posted on $date$
|
||||
$if(author)$
|
||||
by $author$
|
||||
$endif$
|
||||
</div>
|
||||
<div class="info">
|
||||
$if(tags)$
|
||||
Tags: $tags$
|
||||
$endif$
|
||||
</div>
|
||||
|
||||
$body$
|
||||
Reference in New Issue
Block a user