Fixed tags html
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<div class="contentContainer">
|
||||
<article>
|
||||
<h1>{{post.title}}</h1>
|
||||
<h5>
|
||||
<h5>{{post.date_printable}}</h5>
|
||||
<h6>
|
||||
{{#each post.tags}}
|
||||
<span>{{this}}</span>
|
||||
{{/each}}
|
||||
</h5>
|
||||
<h5>{{post.date_printable}}</h5>
|
||||
</h6>
|
||||
<hr/>
|
||||
{{{post.body}}}
|
||||
<hr/>
|
||||
|
||||
Reference in New Issue
Block a user