0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/services/routing
kirrg001 87c01c131b 🐛 Fixed {{#is "index"}}
closes https://github.com/TryGhost/Ghost/issues/9674

- with dynamic routing the first collection get's the "index" context attached
- the index context signalises the main post listening route (first collection)
- this behaviour was present < 1.24 - we have to keep this behaviour
2018-06-14 11:53:13 +02:00
..
controllers 🐛 Fixed preview url and Zapier on subdirectory (#9683) 2018-06-12 16:36:58 +01:00
helpers 🐛 Fixed slug template for tags and authors 2018-06-11 22:06:47 +02:00
middlewares
bootstrap.js 🐛 Fixed {{#is "index"}} 2018-06-14 11:53:13 +02:00
CollectionRouter.js 🐛 Fixed {{#is "index"}} 2018-06-14 11:53:13 +02:00
index.js
ParentRouter.js ParentRouter: Added wrapper for Express Router 2018-06-13 21:22:10 +02:00
PreviewRouter.js
registry.js 🐛 Fixed {{#is "index"}} 2018-06-14 11:53:13 +02:00
RSSRouter.js
StaticPagesRouter.js
StaticRoutesRouter.js
TaxonomyRouter.js