Hey everyone,
I am converting a Webflow site into a ghost theme, and am running into some problems. I have three static pages that I would like to include in my ghost site: home, about and membership. I’ve updated my routes.yaml to look like this:
The Home page works and so does the Posts (index.hbs) page. However, about and membership do not. Going to the respective urls (site.com/about) pulls up a blank page with the ghost “subscribe” button.
I am not sure why the data from my page-about.hbs or page-membership.hbs are not being rendered.
My site is hosted on Ghost, not locally.
Any ideas what I could try?
Thanks!