0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend/services/routing/helpers
Fabien 'egg' O'Carroll 3430c47725
🐛 Fixed meta data when using tag data in collection (#12137)
closes #12130 

When defining a collection with a tag as the data source, the metadata
was not correctly applied due to the context array not including 'tag'.

This update keeps the context management all in the same context helper
file and follows the same pattern as for posts/pages as a data source.
2020-08-17 15:21:09 +01:00
..
context.js 🐛 Fixed meta data when using tag data in collection (#12137) 2020-08-17 15:21:09 +01:00
entry-lookup.js
error.js
fetch-data.js
format-response.js
index.js
render-entries.js
render-entry.js
renderer.js
secure.js
templates.js Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00