Ghost/core/frontend
Naz f3e0949c73 Updated twitter/og structured data rules
refs https://github.com/TryGhost/Ghost/issues/10921
refs https://github.com/TryGhost/Ghost/pull/11068

- When there is no twitter or og image specified for a post or a page the new default falls back to appropriate site-wide twitter/og image or site's cover image.
- New rules of follback follow this logic:

post/page/amp = post.twitter_image || post.feature_image || settings.twitter_image || settings.cover_image;

post/page/amp = post.og_image || post.feature_image  || settings.og_image || settings.cover_image;
2021-02-05 18:50:11 +13:00
..
apps 💡 Renamed the cookie used for the private mode 2021-02-02 16:12:10 +00:00
helpers Bumped portal to 1.0.0-rc 2021-02-03 08:43:11 +05:30
meta Updated twitter/og structured data rules 2021-02-05 18:50:11 +13:00
services Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
views Updated unsubscribe copy 2019-11-26 11:03:14 +01:00