I have a modular page made up of 5 different sections:
content:
items: '@self.modular’
order:
by: default
dir: asc
custom:
- _gpcc-rpp
- _gpcc-social
- _gpcc-about
- _gpcc-sponsors
- _gpcc-gp
I have a navigation menu made up of these sections but I’d like some of them “gpcc=rpp” and “gpcc-social” to not appear in the nav menu. From reading documentation it appears setting “visible: false” in the markdown file frontmatter for each these sections should hide them from the navigation:
title: Hide from nav
menu: Home
visible: false
Despite having “visible: false” this is still appearing in the navigation. What am I missing?
Thanks.