miti.sh/blog.html
2025-06-16 20:18:05 -07:00

11 lines
204 B
HTML

<h2>Posts</h2>
$(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>
]]