Implement Tags!

This commit is contained in:
Dhananjay Balan
2019-01-28 16:42:01 -05:00
parent f41c5e6a5a
commit eb67654568
2 changed files with 27 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
<article class="group">
<h1>$title$</h1>
<p class="subtitle">$date$</p>
<p class="subtitle">$date$
$if(tags)$
, posted in $tags$
$endif$
</p>
<section>
$body$
</section>
<section>
$if(tags)$
<br>Posted in <i>$tags$</i>
$endif$
</section>
</article>