This commit is contained in:
2025-06-16 20:18:05 -07:00
parent ee8d797a15
commit 1f7deb58be
2 changed files with 64 additions and 41 deletions

View File

@@ -6,7 +6,16 @@ $render{"templates/wares"}
<h2>Posts</h2>
$list_posts{limit = 5}
$({{go = "yeah"}})[[<p>$go! I can't believe this thing works!</p>]]
$(blah)[[$say, ]]
$blah[[<p>$say</p>]]
$(get_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>