From 2a8c09e3d43d53f351dab3fdefb2a0d9b3ff4868 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Fri, 11 Aug 2023 08:26:55 +0800 Subject: [PATCH] Fixed enormous site icon issue in Outlook (#17672) refs https://github.com/TryGhost/Product/issues/3704 - the site icon has sizes defined in CSS and it works great for most browsers - but it becomes very large in Outlook and it requires explicit sizes in the image markup for some reason --- 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 94cd9decb9..f913d99b8a 100644 --- a/ghost/email-service/lib/email-templates/template-old.hbs +++ b/ghost/email-service/lib/email-templates/template-old.hbs @@ -47,7 +47,7 @@ {{#if (and showHeaderIcon site.iconUrl) }} - + {{/if}} {{#if showHeaderTitle }}
{{site.title}}{{site.title}}