Ghost/core/frontend
Hannah Wolfe cd3f8e9e2d Reordered routes to load taxonomies last
closes #11936

- the driving reason for doing this is so that when posts and taxonomies all have the same route,
  e.g. /:slug/ the /edit route won't default to looking up tags
  this is the issue outlined in #11936
- the side effect of this is that in this case, all routes will default to looking up posts before tags,
  so if you have a /test/ post and a /test/ tag, prior to this change, the tag would have been loaded first
  but posts are more important than tags, and should have higher priority, so this change is considered correct
2020-06-29 17:45:47 +01:00
..
apps 🐛 Fixed private blogging exposing 404 and robots (#11922) 2020-06-16 11:42:32 +01:00
helpers Cleaned up members & stripe settings (#11957) 2020-06-29 16:22:42 +02:00
meta Renamed settings keys active_timezone to timezone 2020-06-24 14:11:20 +12:00
services Reordered routes to load taxonomies last 2020-06-29 17:45:47 +01:00
views Updated unsubscribe copy 2019-11-26 11:03:14 +01:00