blogng/templates/post.html

12 lines
238 B
HTML
Raw Normal View History

2017-01-31 21:42:20 +00:00
<article class="group">
<h1><a href="$url$">$title$</a></h1>
<div class="postmeta">
<div id="date">$date$</div>
2019-01-28 21:42:01 +00:00
$if(tags)$
2019-08-03 13:56:12 +00:00
<div id="tags">Posted in $tags$</div>
2019-01-28 21:42:01 +00:00
$endif$
</div>
<section>$body$</section>
2017-01-31 21:42:20 +00:00
</article>