From e16102f4f1a15605ba292713c2cb4aa822e51723 Mon Sep 17 00:00:00 2001 From: Sag Date: Tue, 7 Nov 2023 17:41:53 -0300 Subject: [PATCH] Fixed metadata for recommendations from private sites (#18901) refs https://github.com/TryGhost/Product/issues/4098 - added basic metadata (title, description, image, url) on the password wall for private sites - when a private site recommends me, I can now see the usual metadata --- .../private-blogging/lib/views/private.hbs | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ghost/core/core/frontend/apps/private-blogging/lib/views/private.hbs b/ghost/core/core/frontend/apps/private-blogging/lib/views/private.hbs index b7d6a61899..4d662e50aa 100644 --- a/ghost/core/core/frontend/apps/private-blogging/lib/views/private.hbs +++ b/ghost/core/core/frontend/apps/private-blogging/lib/views/private.hbs @@ -6,7 +6,34 @@ {{@site.title}} + + + + + + + + + {{#if @site.icon}} + + {{/if}} + + {{#if @site.description}} + + + + {{/if}} + + {{#if @site.cover_image}} + + + {{/if}} + + + + +