From f7de6308b4c235e8aae99e83f2245d4926d5ffd5 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 4 Jun 2024 09:41:24 +0100 Subject: [PATCH] Fixed unwanted period being added to end of subtitle in newsletter closes https://linear.app/tryghost/issue/MOM-186 --- ghost/email-service/lib/email-templates/template-old.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/email-service/lib/email-templates/template-old.hbs b/ghost/email-service/lib/email-templates/template-old.hbs index e76785a877..083c44785a 100644 --- a/ghost/email-service/lib/email-templates/template-old.hbs +++ b/ghost/email-service/lib/email-templates/template-old.hbs @@ -83,7 +83,7 @@ {{#if (and newsletter.showSubhead post.customExcerpt)}} -

{{post.customExcerpt}}.

+

{{post.customExcerpt}}

{{/if}}