theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.09k stars 1.12k forks source link

Main menu links are incorrect under certain circumstances #604

Open tamaracha opened 1 year ago

tamaracha commented 1 year ago

Hi, I have a situation where links in the main navigation coming from config are not correct:

For frontmatter menu items, your site_navigation template generates the correct links, because .URL is already the .RelPermalink. The URLs from manual config items are missing the language prefix and need a relLangURL or absLangURL pipe which prepends it.