0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/frontend/apps/amp/lib
Naz 5abd67809d Cleaned up AMP rendering of "page" resources
refs https://github.com/TryGhost/Toolbox/issues/332

- After dropping support for `page: (true|false)` for post resources in Content API there is no need to check for `body.post.page` in the AMP renderer. Furthermore, the AMP router uses `public-post` controller that **only** returns "post" resources. This check was a redundant, unnecessary piece of logic
2022-05-17 11:39:52 +08:00
..
helpers Refactored async helpers to use async/await (#14781) 2022-05-11 09:51:38 +01:00
views 🐛 Fixed missing alt on AMP images (#14453) 2022-04-28 11:33:22 +01:00
router.js Cleaned up AMP rendering of "page" resources 2022-05-17 11:39:52 +08:00