After some time I need to update my site again - and I am running into issues. So I created a new hugo site, copied the old content, layout etc. and get it smoothly running again.
But I stumbled across section titles.
I used to have something like
---
title: ""
weight: 98
header_menu_title: "Contact"
navigation_menu_title: "Contact"
header_menu: true
internal: /contact/
internal_hide: false
---
But using an empty title now doesn't display the section anymore. Have I missed something?
I can use of course something like title: " " but am just wondering...
After some time I need to update my site again - and I am running into issues. So I created a new hugo site, copied the old content, layout etc. and get it smoothly running again.
But I stumbled across section titles.
I used to have something like
But using an empty title now doesn't display the section anymore. Have I missed something?
I can use of course something like
title: " "but am just wondering...