diff --git a/views/post.hbs b/views/post.hbs index 187ccb1..1bf4da1 100644 --- a/views/post.hbs +++ b/views/post.hbs @@ -55,9 +55,6 @@ {{#if this.Title}}

{{this.Title}}

{{/if}} - {{#if this.Description}} -

{{this.Description}}

- {{/if}}
{{#equal this.Type "image"}} @@ -69,6 +66,10 @@ {{/equal}}
+ + {{#if this.Description}} +

{{this.Description}}

+ {{/if}} {{/each}} {{#if post.tags}}