mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-04 03:39:34 -04:00

This stopped working in Hugo 0.55: ```bash --- menu: "main" --- ``` This was also the case for using a slice of menu entries. This still worked: --- menu: main: weight: 30 ---