0
Fork 0
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:
Daniël van der Winden 2024-08-13 14:38:13 +02:00
parent 92a1c03e16
commit 21a7b0bc00

View file

@ -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>