Track3 / hermit

A minimal & fast Hugo theme for bloggers
https://hugo-theme-hermit.netlify.com/
MIT License
1.11k stars 305 forks source link

Site title is not working with multi-languages #159

Open xxxcrow opened 3 years ago

xxxcrow commented 3 years ago

If i switch to any language and go to any page The bottom menu shows everything in that language and menu items go to the that language But if i press the site title it takes me to .Site.BaseURL (without language) Responsible file:

themes\hermit\layouts\partials\header.html

The string:

<a href="{{.Site.BaseURL}}">{{ .Site.Title }}</a>

Don't know what to do with this 😅 Two days in hugo, tried absLangURL, didn't work 😄