0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
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 Changed where we trigger server start/stop announcement (#9815) 2018-08-22 13:28:31 +02:00