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