diff options
Diffstat (limited to 'assets/post.html')
-rw-r--r-- | assets/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/post.html b/assets/post.html index 25dd7fb..3749339 100644 --- a/assets/post.html +++ b/assets/post.html @@ -1,6 +1,6 @@ <div class="post"> -<hr class="hdiv"/> +<hr class="hdiv"> <div class="head"> <h2><span class="title"><a href="/posts/%s">%s</a></span></h2> <span class="date">%s</span> @@ -8,6 +8,6 @@ <div class="body"> %s </div> -<hr class="hdiv"/> +<hr class="hdiv"> </div> |