0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/server/services/routing
kirrg001 f25f7ac54b 🐛 Fixed slug template for tags and authors
no issue

- was introduced with dynamic routing beta: https://github.com/TryGhost/Ghost/releases/tag/1.24.0
- the slug param wasn't forwarded correctly
- you were not able to render a custom tag or author template e.g. `tag-news.hbs`
2018-06-11 22:06:47 +02:00
..
controllers
helpers 🐛 Fixed slug template for tags and authors 2018-06-11 22:06:47 +02:00
middlewares
bootstrap.js
CollectionRouter.js 🐛 Fixed default theme context 2018-06-08 15:11:47 +02:00
index.js
ParentRouter.js
PreviewRouter.js
registry.js
RSSRouter.js
StaticPagesRouter.js
StaticRoutesRouter.js
TaxonomyRouter.js