Move description below media (closes #65)

This commit is contained in:
video-prize-ranch 2022-10-13 16:57:12 -04:00
parent a328b15698
commit 7cad41e11d
No known key found for this signature in database
1 changed files with 4 additions and 3 deletions

View File

@ -55,9 +55,6 @@
{{#if this.Title}} {{#if this.Title}}
<h4>{{this.Title}}</h4> <h4>{{this.Title}}</h4>
{{/if}} {{/if}}
{{#if this.Description}}
<p>{{this.Description}}</p>
{{/if}}
<div class="center"> <div class="center">
{{#equal this.Type "image"}} {{#equal this.Type "image"}}
@ -69,6 +66,10 @@
</video> </video>
{{/equal}} {{/equal}}
</div> </div>
{{#if this.Description}}
<p>{{this.Description}}</p>
{{/if}}
{{/each}} {{/each}}
{{#if post.tags}} {{#if post.tags}}