0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/frontend
Hannah Wolfe 1785611db9
Refactored meta index
- The main aim here is to end up with a simple and clear public API for the meta module
- Secondarily, we want to make it a bit clearer which bits don't really belong here so we can see what to do with them
- To achieve this, the main logic has been moved into get-meta (although there's still some logic here which needs moving further)
- The index.js now has a small clear public API, and the proxy, which is the only way this is consumed, is able to use the public API directly
2021-07-01 11:58:40 +01:00
..
apps Changed app/loader to use @tryghost/errors 2021-06-30 16:05:54 +01:00
helpers Added crossorigin attribute to Portal script 2021-06-22 12:31:30 +05:30
meta Refactored meta index 2021-07-01 11:58:40 +01:00
services Refactored meta index 2021-07-01 11:58:40 +01:00
views