StaticMania / hugo-cohub

MIT License
60 stars 60 forks source link

Menus missing for HUGO version newer than 0.83.0 #7

Open carev01 opened 1 year ago

carev01 commented 1 year ago

When building the website with a HUGO version newer than 0.83.0, both the main menu at the top-right of the page and the footer menu are not rendered.

brettmillerb commented 1 month ago

For anyone that comes across this.

I had to rename the config file to get the menu to appear.

hugo version on ubuntu-22.04

linux/arm64
BuildDate=2024-05-30T15:19:22Z
VendorInfo=gohugoio`
mv quickstart/hugo.toml hugo.toml~
mv quickstart/config.toml hugo.toml

image

Md-Saad commented 1 month ago

@brettmillerb this may solve the issue mv config.toml hugo.toml