Track3/hermit

Site title is not working with multi-languages

Opened this issue · 0 comments

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 😄