Ghost/core/frontend
Nazar Gargol 157820419a 🐛 Fixed error when rendering static page from dynamic route
no issue

- When having following routes.yaml configuation and theme runing API v3:
routes:
  /:
    data: page.home
    template: home

- There was an internall error in meta layer: `Cannot read property 'website' of undefined` which was caused by not being able to read primary_author on a fetched page
- We need to include authors and tags for pages, the same way we do for posts to prevent this error (as they should have identical properties from meta layer perspective)
2019-11-25 18:34:37 +07:00
..
apps Removed subscribers from the codebase (#11153) 2019-10-09 11:47:04 +02:00
helpers Fix silly issues with post class 2019-11-06 11:02:50 +07:00
meta Updated meta/structured data sources & fallbacks (#11068) 2019-11-21 13:08:00 +00:00
services 🐛 Fixed error when rendering static page from dynamic route 2019-11-25 18:34:37 +07:00