diff --git a/templates/index.hbs b/templates/index.hbs index 9f4c83f..99dfc29 100644 --- a/templates/index.hbs +++ b/templates/index.hbs @@ -35,17 +35,17 @@ {{/if}} - {{#each posts}} -
-
- {{title}} - -
- {{description}}
- {{>post_table post style=@root.style}} -
-
- {{else}} there are no posts right now. check back later! {{/each}} +
+ {{#each posts}} +
+ {{title}} + +
+ {{description}}
+ {{>post_table post style=@root.style}} +
+ {{else}} there are no posts right now. check back later! {{/each}} +
{{#if (gt (len tags) 0)}}