Fix dates on posts

This commit is contained in:
2025-05-27 20:28:47 -07:00
parent e06d75f82f
commit 57074caae9
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>