0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/data/xml/sitemap
Hannah Wolfe e84b7f3217 Cache permalinks & postsPerPage on config.theme
no issue

- Cache the permalinks & postsPerPage settings on the config.theme object
- Use the config.theme cache to reference these items throughout the frontend of a blog
- Removes the need for workarounds and extra code to handle async fetches
- Makes these values accessible to all themes, which is very useful now we have the API stuff
2015-12-15 08:16:53 +00:00
..
base-generator.js Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
handler.js Ensure middleware functions are named 2015-06-02 14:49:18 +01:00
index-generator.js Refactor sitemaps to use centralised events 2015-04-05 19:32:18 +01:00
index.js Refactor sitemaps to use centralised events 2015-04-05 19:32:18 +01:00
manager.js Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
page-generator.js Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
post-generator.js Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
tag-generator.js Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
user-generator.js Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
utils.js Refactor URL builder 2015-06-02 21:50:17 +01:00