Fixed tags html

This commit is contained in:
Thomas
2021-03-29 17:10:23 +02:00
parent a315f5eb24
commit e303848b62
3 changed files with 14 additions and 5 deletions

View File

@@ -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/>