website/templates/post-meta.html

11 lines
214 B
HTML

<p class="post-meta">
Posted on $date$ $if(tags)$ • Tags: $tags$ $endif$
$if(summary)$
<br>
▶︎ <span class="post-summary">$summary$</span> ◀︎
$endif$
</p>
<!--
vim: ts=2:sts=2:sw=2:et
-->