Fixed unwanted period being added to end of subtitle in newsletter
closes https://linear.app/tryghost/issue/MOM-186
This commit is contained in:
parent
9ab9a88d5b
commit
f7de6308b4
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user