mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Fixed featureImage on shareModal
This commit is contained in:
parent
92a1c03e16
commit
21a7b0bc00
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
<div class="modal-content">
|
||||
<figure class="modal-image">
|
||||
<img src="{{this.post.featureImage}}" alt="{{this.post.title}}">
|
||||
</figure>
|
||||
{{#if (this.post.featureImage)}}
|
||||
<figure class="modal-image">
|
||||
<img src="{{this.post.featureImage}}" alt="{{this.post.title}}">
|
||||
</figure>
|
||||
{{/if}}
|
||||
|
||||
<header class="modal-header">
|
||||
<h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue