mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-06-27 15:38:23 +00:00
Move description below media (closes #65)
This commit is contained in:
parent
a328b15698
commit
7cad41e11d
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user