From 7cad41e11dbf4bc9092e24aa18666c96757e2cab Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Thu, 13 Oct 2022 16:57:12 -0400 Subject: [PATCH] Move description below media (closes #65) --- views/post.hbs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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}}