0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed unwanted period being added to end of subtitle in newsletter

closes https://linear.app/tryghost/issue/MOM-186
This commit is contained in:
Kevin Ansfield 2024-06-04 09:41:24 +01:00
parent 9ab9a88d5b
commit f7de6308b4

View file

@ -83,7 +83,7 @@
{{#if (and newsletter.showSubhead post.customExcerpt)}}
<tr>
<td class="post-subtitle-wrapper" style="width: 100%">
<p class="{{classes.subtitle}}">{{post.customExcerpt}}.</p>
<p class="{{classes.subtitle}}">{{post.customExcerpt}}</p>
</td>
</tr>
{{/if}}