Ghost/core/server/services/routing
kirrg001 3b4edccf62 🐛 Fixed {{meta_description}} output when using data: page.{slug} in routes
refs #10599

- meta_description output wrong meta description

Only solves meta_description for this use case:

```
routes:
  /:
    data: page.{slug}
    template: t
```
2019-03-12 12:34:16 +01:00
..
config Renamed authors ctrl to authors-public 2019-02-26 08:33:10 +01:00
controllers 🐛 Fixed /edit url redirecting to wrong admin client url 2019-03-11 15:26:13 +01:00
helpers 🐛 Fixed {{meta_description}} output when using data: page.{slug} in routes 2019-03-12 12:34:16 +01:00
middlewares Removed /index from requires 2018-10-04 17:39:04 +02:00
bootstrap.js 🐛 Fixed crash on startup when no active theme (#10426) 2019-01-28 22:36:47 +05:30
CollectionRouter.js Bumped knex & bookshelf dependencies (#10404) 2019-01-21 21:53:11 +01:00
index.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
ParentRouter.js 🐛Fixed auto redirect for extra data queries on post and page resources (#9828) 2018-12-03 20:31:48 +01:00
PreviewRouter.js 🐛 Fixed prev_next helper when using Content API v2 (#10397) 2019-01-21 11:48:18 +01:00
registry.js Dynamic Routing Beta: collection name behaviour 2018-06-21 20:59:43 +02:00
RSSRouter.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
StaticPagesRouter.js Refactored routing config for multiple api versions (#10333) 2019-01-04 21:59:39 +01:00
StaticRoutesRouter.js 🐛 Dynamic Routing Beta: Fixed wrong template order for static routes 2018-08-16 12:13:24 +02:00
TaxonomyRouter.js Refactored routing config for multiple api versions (#10333) 2019-01-04 21:59:39 +01:00