Week 31 of 2024

Development log of Tad Lispy website

Fix: Use the semantic time tag instead of date

On by Tad Lispy

index 0d622b2..8fae357 100644
--- a/templates/blog.html
+++ b/templates/blog.html
@@ -26,7 +26,7 @@
=    {% for post in section.pages %}
=    <li>
=        <a href="{{ post.permalink | safe }}">
-            <small class="date"><date>{{ post.date }}</date></small>
+            <small class="date"><time>{{ post.date }}</time></small>
=            <span class="title">{{- post.title | markdown(inline=true) | safe -}}</span>
=        </a>
=    </li>