Ghost/core/frontend/services/routing/helpers
Hannah Wolfe 34d2cc1b0b Moved active theme to new theme engine service
refs: bf0823c9a2

- continuing the work of splitting up the theme service into logical components
- this is where it starts to get fiddly as the getActive function in themeService index is required across the frontend/backend mostly due to its use in the getApiVersion method
- for now left one usage of the getActive method in place in ghost-locals middleware ready for the next phase of the refactor, which will move some of the themeService index into a shared location
2021-04-23 15:28:50 +01:00
..
context.js 🐛 Fixed page preview 2020-12-04 11:35:15 +01:00
entry-lookup.js Fixed malformatted JSDoc {Object} parameters 2020-11-30 17:18:13 +13:00
error.js Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
fetch-data.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
format-response.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
index.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
render-entries.js Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
render-entry.js Fixed "no-shadow" linting error in server modules (#12287) 2020-10-20 12:02:56 +13:00
renderer.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
secure.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
templates.js Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00