This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 1f7deb58be
commit 83dc0e1990
3 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
<h2>Posts</h2>
$list_posts
$(get_posts())[[
<section>
<h3><a href="$target">$post_title</a></h3>
<time>$publish_date</time> — $blurb
<a class="read-post-link" href="$target">Read post →</a>
</section>
]]