blogng/templates/post.html

9 lines
104 B
HTML
Raw Normal View History

2017-01-22 21:30:42 +00:00
<div class="info">
Posted on $date$
$if(author)$
by $author$
$endif$
</div>
$body$