0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
kirrg001 555dc2f180 🐛 Fixed {{meta_title}} output when using data: page.{slug} in routes
refs #10082

- meta_title output wrong meta title

Only solves meta_title outout for this use case:

```
routes:
  /:
    data: page.{slug}
    template: t
```
2019-03-12 12:34:16 +01:00
..
client@ae28198591 Updated Ghost-Admin to 2.16.4 2019-03-06 12:19:06 +00:00
server 🐛 Fixed {{meta_title}} output when using data: page.{slug} in routes 2019-03-12 12:34:16 +01:00
test 🐛 Fixed {{meta_title}} output when using data: page.{slug} in routes 2019-03-12 12:34:16 +01:00
index.js