Closed PxlBuzzard closed 9 years ago
Populating the sidebar with pages requires access to the posts object that is only given to index.hbs. Unfortunately this requires a change to how Ghost handles themes, so the fix is dependent on a change upstream.
posts
index.hbs
This has been fixed in v1.1.0. Refer to Ghost navigation docs for details.
v1.1.0
Populating the sidebar with pages requires access to the
posts
object that is only given toindex.hbs
. Unfortunately this requires a change to how Ghost handles themes, so the fix is dependent on a change upstream.