commit 95bf998db7e673f7e596f47ca366deafbb249680
parent 2cc9939447bf8c80ed3cb587e504b26053e348f3
Author: Nirmal Kumar R <tildezero@gmail.com>
Date: Fri, 28 Feb 2025 02:53:37 +0530
Fix incorrect closing li tag
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/poems.html b/poems.html
@@ -34,8 +34,9 @@
<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>