Ghost/core/server
kirrg001 e4807a779c 🐛 Fixed default theme context
closes #9674

- the collection router had a hardcoded default context "home"
  - this is wrong
- the context array get's automatically filled for the collection
  - if you are serving a page e.g. /page/2/ -> it's "paged"
  - if you are serving / -> it's "home"
    - same for {{body_class}}, it outputs "home-template" on "/"
    - this is the same behaviour as in 1.23.x
2018-06-08 15:11:47 +02:00
..
adapters 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
api Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
apps Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
config Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
data 🎨 Importer no longer imports the slack hook 2018-06-07 10:16:54 +02:00
helpers Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
lib Removed more 'use strict' usages 2018-06-02 21:38:11 +02:00
models Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
public 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
services 🐛 Fixed default theme context 2018-06-08 15:11:47 +02:00
translations Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
views Fixed error trying to render 404 for missing asset 2017-12-22 20:08:59 +00:00
web Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
analytics-events.js Cleared out old unused events 2017-12-13 09:08:25 +00:00
filters.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
ghost-server.js Consistent event names 2018-04-15 23:52:42 +02:00
index.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
overrides.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
update-check.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00