Ghost/core/frontend/services/rendering
Hannah Wolfe 03b0139ef9
Allow page to be used as post in dynamic routing
closes: https://github.com/TryGhost/Ghost/issues/10042
closes: https://github.com/TryGhost/Ghost/issues/14206

- the fact that pages are exposed as .page in dynamic routing has never played nicely
- this fix changes nothing in the tests - which shows this was never a covered case
- ideally I should add some tests, but for now this tiny change should prevent a lot of dynamic routing pain
- note, it doesn't remove .page, it just adds .post, so both work
2022-05-27 15:11:34 +01:00
..
context.js Removed completed TODO: 2022-05-27 15:11:34 +01:00
error.js
format-response.js Allow page to be used as post in dynamic routing 2022-05-27 15:11:34 +01: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 page vs post preview template picking 2022-05-24 15:33:47 +08:00