Ghost/core/server/services/routing/helpers
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
..
context.js 🐛 Fixed {{meta_description}} output when using data: page.{slug} in routes 2019-03-12 12:34:16 +01:00
entry-lookup.js 🐛 Fixed empty amp page 2019-02-27 17:56:09 +01:00
error.js 🐛 Fixed site requests showing 422 if path is not a valid slug 2019-03-11 19:40:51 +01:00
fetch-data.js 🐛 Allowed data in collections to use specified key (#10559) 2019-03-04 17:53:58 +01:00
format-response.js Changed entry lookup helper to respect the resource type 2018-10-18 19:41:07 +02:00
index.js Renamed post-lookup to entry-lookup 2018-10-18 19:41:07 +02:00
render-entries.js Dynamic Routing Beta: Channels 2018-06-24 02:06:58 +02:00
render-entry.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
renderer.js Dynamic Routing Beta: Added ability to disable+override rss (#9693) 2018-06-26 01:33:29 +02:00
secure.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
templates.js Dynamic Routing Beta: Refactor res.routerOptions (#9705) 2018-06-26 01:12:50 +02:00