mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
594b0c2d14
closes #9060 - Update `gscan` - it now extracts custom templates and exposes them to Ghost - Add `custom_template` field to post schema w/ 1.13 migration - Return `templates` array for the active theme in `/themes/` requests - Users with Author/Editor roles can now request `/themes/` - Front-end will render `custom_template` for posts if it exists, template priority is now: 1. `post/page-{{slug}}.hbs` 2. `{{custom_template}}.hbs` 3. `post/page.hbs` |
||
---|---|---|
.. | ||
config | ||
active.js | ||
engine.js | ||
index.js | ||
list.js | ||
loader.js | ||
middleware.js | ||
Storage.js | ||
to-json.js | ||
validate.js |