All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
15 lines
242 B
HTML
15 lines
242 B
HTML
$for(today)$
|
|
<article>
|
|
<h1 class="post-title">$title$</h1>
|
|
<div class="post-teaser">
|
|
$body$
|
|
</div>
|
|
<hr>
|
|
</article>
|
|
$endfor$
|
|
|
|
<p>
|
|
<h3> Previous Dailies: </h3>
|
|
</p>
|
|
$partial("templates/post-list.html")$
|