I’m hoping for some help creating a few custom pages - especially my homepage. No matter what I do, it just shows blank content.
Before everyone jumps in, I have gone through the tutorial here: Tutorials
This is my routes.yaml file
routes:
/:
data: page.home
template: home
collections:
/:
permalink: /blog/{slug}/
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
I have a page called home.
I have a new template file called home.hbs which is a copy of another template file.
What am I missing here?
I’ve uploaded the yaml, I’ve got the template file… no matter what I put in the template file, nothing loads… I just get the header and footer.