Move description below media (closes #65)
This commit is contained in:
parent
a328b15698
commit
7cad41e11d
|
@ -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}}
|
||||||
|
|
Loading…
Reference in New Issue