Ghost/core
kirrg001 fef0aa44d3 🐛 Fixed meta twitter_image output when using data: post.{slug} for routes
refs #10082

```
routes:
  /news/:
    data: post.news
```

The twitter_image was not available, because the context is [news, post] and the data is in `data.post`.
The context helper was incorrect. I think it is still not fully correct, but only focused on this use case.
The meta layer needs a full refactoring.
2019-03-12 12:13:47 +01:00
..
client@ae28198591 Updated Ghost-Admin to 2.16.4 2019-03-06 12:19:06 +00:00
server 🐛 Fixed meta twitter_image output when using data: post.{slug} for routes 2019-03-12 12:13:47 +01:00
test 🐛 Fixed meta twitter_image output when using data: post.{slug} for routes 2019-03-12 12:13:47 +01:00
index.js