Ghost/core/server/controllers/frontend
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
..
channel-config.js Make channel config dynamic 2015-12-07 20:06:35 +00:00
context.js Frontend controller refactor & test improvements 2015-10-15 10:17:42 +01:00
error.js Split helper functions from frontend controller 2015-10-22 18:46:58 +01:00
fetch-data.js Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
format-response.js Switch frontend controller to use new filter param 2015-10-26 09:40:19 +00:00
index.js Cache permalinks & postsPerPage on config.theme 2015-12-15 08:16:53 +00:00
secure.js Split helper functions from frontend controller 2015-10-22 18:46:58 +01:00
templates.js Unify code for picking a template to render with 2015-12-01 12:05:46 +08:00