aboutsummaryrefslogtreecommitdiff
path: root/assets/post.html
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-02-22 15:23:27 -0600
committerMichael McVady <femtonaut@gmail.com>2023-02-22 15:23:27 -0600
commit7bc189805a8970299477d56234cb6b0fd4423cb6 (patch)
tree77ba7f8c34c5084ec7cbf1bf034f466c822bf80f /assets/post.html
parent44a35197171371990051dc65f547c9aa742c94a1 (diff)
HTML Linting
Diffstat (limited to 'assets/post.html')
-rw-r--r--assets/post.html4
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>