diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-26 00:32:57 -0600 | 
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-26 00:32:57 -0600 | 
| commit | 23b6be03499a01d5b17654637f9e567e6cdf9b28 (patch) | |
| tree | 47fa3e53272b4ed5f6b35f04d60be0223e932aec /templates/post.html | |
| parent | 94cf09b1379f6dc23114805656183de1fc2c8264 (diff) | |
pass w3c html4 validation
Diffstat (limited to 'templates/post.html')
| -rw-r--r-- | templates/post.html | 4 | 
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 %} | 
