matcornic / hugo-theme-learn

Porting Grav Learn theme to Hugo
https://learn.netlify.com/en/
MIT License
1.61k stars 1.28k forks source link

Fix default logo URL when not in multilingual mode #467

Closed DCsunset closed 3 years ago

DCsunset commented 3 years ago

The orginal URL uses /de instead of / in multilingual mode, which is inconsistent with the URL in the menu:

https://github.com/matcornic/hugo-theme-learn/blob/6cfd61e0f675b45ba85f8325e206d23a4337a14c/layouts/partials/menu.html#L17

So I fix it by changing the URL from /de to / to match the URL in the menu.