I’m struggling to find an answer to this one.
When creating a new page in Kirby, I want them to be able to select the Template page only and not the home page, error page etc.
At the top of the Home Page yml file I have:
title: Home Page
options:
duplicate: false
delete: false
But this doesn’t seem to stop the home page being duplicated when creating a new page?
Has something maybe to go in the site.yml file instead?