0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/services
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
..
apps
auth 🐛 Fixed v0.1 username/password authentication 2019-03-06 10:48:21 +01:00
mail Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
members Refactored members auth flow with dynamic settings 2019-02-26 15:43:36 +07:00
permissions Added v2 actions endpoint 2019-02-06 21:36:09 +01:00
routing 🐛 Fixed {{meta_description}} output when using data: page.{slug} in routes 2019-03-12 12:34:16 +01:00
rss
settings Updated default-routes.yaml syntax to single template (#10459) 2019-02-06 14:34:57 +01:00
themes Removed redundant errorDetail and context stringification in errors (#10572) 2019-03-07 12:58:44 +08:00
url Added Canonical URL support to posts&pages in Admin & Content API v2 (#10594) 2019-03-12 17:51:29 +08:00
webhooks Fixed webhook resource name for page events 2019-02-25 23:51:23 +01:00
labs.js Refactored members auth flow with dynamic settings 2019-02-26 15:43:36 +07:00
slack.js
xmlrpc.js 🐛 Fixed uncaught exceptions from image fetches 2019-01-15 20:35:46 +00:00