Hi, I’m trying PaperMod with the newest verion of Hugo. I added 5 unique menu items
to my site’s hugo.yml and attempted to create an archives.md, which gave me:
Error: failed to create config from result: failed to decode "menus": unable to cast maps.Params{"identifier":"links", "name":"Links", "url":"/links/", "weight":50} of type maps.Params to []interface{}
It would be helpful if you could share some more information. For example, the menu entries as they appear in your site configuration, the code that renders the menu, etc.