blogng/templates/post.html
Dhananjay Balan d8b88c8b58 [blog] Show posts on frontpage
Slight color changes.
2024-01-07 20:45:13 +01:00

12 lines
238 B
HTML

<article class="group">
<h1><a href="$url$">$title$</a></h1>
<div class="postmeta">
<div id="date">$date$</div>
$if(tags)$
<div id="tags">Posted in $tags$</div>
$endif$
</div>
<section>$body$</section>
</article>