blogng/templates/post.html

13 lines
191 B
HTML
Raw Normal View History

2017-01-31 21:42:20 +00:00
<article class="group">
<h1>$title$</h1>
2019-01-28 21:42:01 +00:00
<p class="subtitle">$date$
$if(tags)$
, posted in $tags$
$endif$
</p>
2017-02-01 14:15:18 +00:00
<section>
$body$
2017-02-01 15:38:12 +00:00
</section>
2017-01-31 21:42:20 +00:00
</article>