commit 2b7cddc4b82f3ea30376de2d699e1283b6c35f3c
parent bef520da8d92ade615e44e7e6db9416f09085df7
Author: Nirmal Kumar R <tildezero@gmail.com>
Date: Fri, 28 Feb 2025 02:52:44 +0530
Fix incorrect li closing tag
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/poems.html b/poems.html
@@ -29,13 +29,13 @@
<li>
<a href="poems/shades-of-status-quo.html">You not be me</a>
<span class="date">[2025-01-30]</span>
- <li>
+ </li>
<li>
<a href="poems/shades-of-status-quo.html">Shades of status quo</a>
<span class="date">[2024-12-20]</span>
- <li>
- <a href="poems/polar-bliss.html">Polar bliss</a>
- <span class="date">[2023-04-09]</span>
+ </li>
+ <a href="poems/polar-bliss.html">Polar bliss</a>
+ <span class="date">[2023-04-09]</span>
</li>
<li>
<a href="poems/free-yourself.html">Free yourself</a>