hugo-orbit-theme
hugo-orbit-theme copied to clipboard
params.*.title properties are not used
trafficstars
The example config.toml contains definitions such as :
[params.language]
title = "Languages"
However, such definitions are not used by the layout, which refers in this case to i18n "languages" instead.
This issue ist still present in the current version. Could someone fix it? All "title"s have the same problem.
To possible ways to fix it:
- If you want to only change the
endefinitions, you may change the entries in thethemes/orbit/i18n/en.yamlfile - For multi-language support, I fixed it by changing
languageCode = "en-us"toDefaultContentLanguage = "XX"with XX being the language you want. But of course you can also just change the entries in thethemes/orbit/i18n/en.yamlfiles as well...
Within the latest version of this theme in #23 this kind of issues are fixed.