diff --git a/ghost/admin/app/components/modal-post-preview/social.hbs b/ghost/admin/app/components/modal-post-preview/social.hbs index 1a716f8f68..f6a5ac24cb 100644 --- a/ghost/admin/app/components/modal-post-preview/social.hbs +++ b/ghost/admin/app/components/modal-post-preview/social.hbs @@ -49,5 +49,29 @@
{{truncate this.serpDescription 300}}
+ + +
+
+
+
{{@post.title}}
+
{{or @post.metaDescription @post.customExcerpt (truncate @post.excerpt 250)}}
+ +
+ {{#let (or @post.featureImage @post.primaryAuthor.profileImage) as |image|}} + {{#if image}} +
+ +
+ {{/if}} + {{/let}} +
+
\ No newline at end of file diff --git a/ghost/admin/app/styles/spirit/_koenig.css b/ghost/admin/app/styles/spirit/_koenig.css index 7496f3fd29..bea8fcb9df 100644 --- a/ghost/admin/app/styles/spirit/_koenig.css +++ b/ghost/admin/app/styles/spirit/_koenig.css @@ -941,7 +941,7 @@ border-radius: 4px; } -.koenig-editor__editor .kg-bookmark-container { +.kg-bookmark-container { display: flex; color: var(--darkgrey); text-decoration: none;