Fix dates on posts

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 91ca5c2f3f
commit 1b6cf0d89b
3 changed files with 25 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ $wrap{"blog"}
<header>
<div>
<h2>$(title or titleize(id))</h2>
<time>$publish_date</time>
<time datetime="$(publish_date.iso)">$(publish_date.pretty)</time>
</div>
</header>