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

This commit is contained in:
2025-05-15 18:10:12 -07:00
parent 2a9c7e520c
commit ce9d7e37e5
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>