mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Fixed title for incoming recommendations from private sites (#18846)
closes https://github.com/TryGhost/Product/issues/4098 - when a site is private, the metadata title is "My Site — Private Site Access". When fetching the metadata via oembed, we get "Private Site Access" as publisher, and "My Site — Private Site Access" as title - this fix removes "- Private Site Access" from the metadata title when a Ghost site is private
This commit is contained in:
parent
5b89cee450
commit
6952966e46
@ -5,7 +5,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
<title>{{@site.title}} - Private Site Access</title>
|
||||
<title>{{@site.title}}</title>
|
||||
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
|
Loading…
Reference in New Issue
Block a user