Describe the bug
Setting draft: true on any home sections (e.g. home/about.md, home/contact.md, etc.) will remove the content from the page but not the section itself or its entry in the nav.
To Reproduce
Set the front matter 'draft' value of any home section markdown file to 'true'.
Expected behavior
Setting a page to 'draft' should remove both the section and the nav entry from the site.
Desktop (please complete the following information):
- OS: Windows 10
- Browser Chrome
- Version: 109.0.5414.120
Additional context
I'm new to Hugo, so it is entirely possible that I am misunderstanding the purpose of the 'draft' parameter!
Describe the bug
Setting
draft: trueon any home sections (e.g.home/about.md,home/contact.md, etc.) will remove the content from the page but not the section itself or its entry in the nav.To Reproduce
Set the front matter 'draft' value of any home section markdown file to 'true'.
Expected behavior
Setting a page to 'draft' should remove both the section and the nav entry from the site.
Desktop (please complete the following information):
Additional context
I'm new to Hugo, so it is entirely possible that I am misunderstanding the purpose of the 'draft' parameter!