diff options
author | Michael McVady <femtonaut@gmail.com> | 2022-03-10 21:07:10 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2022-03-10 21:07:10 -0500 |
commit | 91723dca0ee9bf68b0147dcf233274cd93f911c8 (patch) | |
tree | 9821689c75986b52d56ef59cfab719d2c787fa28 /assets/post.html | |
parent | bbf79174149cf9dde3e08c42d01ba752c6589afe (diff) |
Render something on errors
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 }} --> + |