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