WIP: use cosmo.f to list posts?

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent 861ec2c55c
commit 52342a77e5
3 changed files with 50 additions and 42 deletions

View File

@@ -6,7 +6,13 @@ $render{"templates/wares"}
<h2>Posts</h2>
$(list_posts(5))
$list_posts{limit = 5}[[
<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>
]]
<h4 style="text-align: center;">
<a href="$root/posts">View more posts</a>