0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/frontend/services/rendering
Naz 0c097f6532 Fixed frontend rendering of page resource
refs https://github.com/TryGhost/Toolbox/issues/332

- After removing the concept of a boolean "page: true" from the page/post resources frontend resource rendering didn't have enough information to pick the correct template
- Resolved this issue through passing of additional "context" to the template picker. Something nicer should be worked on in the future, as context pattern feels dirty here.
2022-05-16 22:06:55 +08:00
..
context.js
error.js
format-response.js Fixed frontend rendering of page resource 2022-05-16 22:06:55 +08:00
index.js
render-entries.js
render-entry.js Fixed frontend rendering of page resource 2022-05-16 22:06:55 +08:00
renderer.js
templates.js Fixed frontend rendering of page resource 2022-05-16 22:06:55 +08:00