blog-rekahsoft-ca/templates/post.html

9 lines
104 B
HTML
Raw Normal View History

<div class="info">
Posted on $date$
$if(author)$
by $author$
$endif$
</div>
$body$