12 lines
225 B
HTML
12 lines
225 B
HTML
<h2>Posts</h2>
|
|
|
|
$list_posts2{limit = 3}[[
|
|
<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>
|
|
]]
|
|
|
|
$list_posts
|