Refactor the 'for' loop that adds all the post files

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 111d3ea0a3
commit d8d50c234a
2 changed files with 8 additions and 4 deletions

View File

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