Remove navigation from a specified page

Hello

is it possible to remove the menu from a specified page?

I am using the Universal theme and creating the site using blogdown, so have a config.toml and then yaml headings for each page.

Thanks
Dave

yes. how easy this is really depends on your theme. check out Universal theme’s documentation, maybe there is front-matter config that lets you control whether to show the menu or not.

if not, you can create your own page layout. you can grab most of the code from your theme page and just take out the menu bit.