0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/apps/private-blogging
Hannah Wolfe bb3cc8c0f8 Reimplement custom theme templates (#8147)
closes #8082

- Update the `pickTemplate` logic to
  a) rely on getActive().hasTemplate() instead of being passed a list of paths
  b) support the concept of a fallback, which is returned if there is no theme, or if the theme doesn't have a more specific template
- Update every instance of template picking, across the 3 internalApps, and render-channel, to use this new logic
- update the tests
2017-03-14 00:15:50 +01:00
..
lib Reimplement custom theme templates (#8147) 2017-03-14 00:15:50 +01:00
tests Reimplement custom theme templates (#8147) 2017-03-14 00:15:50 +01:00
index.js Error creation (#7477) 2016-10-06 13:27:35 +01:00
robots.txt move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00