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