diff options
Diffstat (limited to 'assets/post.html')
-rw-r--r-- | assets/post.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/assets/post.html b/assets/post.html index 8b105aa..a199fd6 100644 --- a/assets/post.html +++ b/assets/post.html @@ -1,13 +1,13 @@ -<!-- begin post: {{ post.id }} --> + <div class="post"> <hr class="hdiv"/> <div class="head"> <h2><span class="title">%s</span></h2> -<span class="date">%s <!-- {{ post.epoch }} --></span> +<span class="date">%s</span> </div> <div class="body"> %s -</div> <!--body--> +</div> <hr class="hdiv"/> </div> -<!-- end post: {{ post.id }} --> + |