summaryrefslogtreecommitdiff
path: root/templates/post.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2024-04-26 00:32:57 -0600
committerNavan Chauhan <navanchauhan@gmail.com>2024-04-26 00:32:57 -0600
commitd1624e73c5077d35bacd37138a6c031f2763ee62 (patch)
treeba47552862e6c906b63fbe01dfd5b366ae372950 /templates/post.html
parent6844c234cde69ee356168bb3dcb7d69fa4e8a74d (diff)
pass w3c html4 validation
Diffstat (limited to 'templates/post.html')
-rw-r--r--templates/post.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/post.html b/templates/post.html
index 5bb2b97..b2612eb 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -20,7 +20,7 @@
<blockquote>If you have scrolled this far, consider subscribing to my mailing list <a href="https://listmonk.navan.dev/subscription/form">here.</a> You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list.</blockquote>
<script data-isso="https://comments.navan.dev/"
src="https://comments.navan.dev/js/embed.min.js"></script>
- <section id="isso-thread">
+ <div id="isso-thread">
<noscript>Javascript needs to be activated to view comments.</noscript>
- </section>
+ </div>
{% endblock %}