Closed AxxL closed 3 years ago
Hello @AxxL
I checked it on my localhost, and didn't find any kind of issue like this, can you please share any live URL so I can check it? Thanks
OK, sorry, "not a bug", I've made some config error and compared the example config.toml with mine again and found this snippet:
[[Languages.de.menu.main]]
name = "Home"
url = "/"
weight = 1
Sorry for this.
This issue is a regression from issue https://github.com/themefisher/dot-hugo-documentation-theme/issues/120. With all the changes done in the structure, again: When using the dot theme with only only language, the "Home" links are broken.
You can simply use former merge request and change the file layouts/partials/navigation.html and put in the Link to home. Since I need some text I use the
.Site.Params.Hometext
variable which I created in config.toml and which especially is a "works for me" solution.I hope the following diff helps, I unfortuentaly didn't check everything and therefore didn't create a merge request.