Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

params.*.title properties are not used #9

Open
masda70 opened this issue May 31, 2017 · 3 comments
Open

params.*.title properties are not used #9

masda70 opened this issue May 31, 2017 · 3 comments

Comments

@masda70
Copy link

masda70 commented May 31, 2017

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.

@odbaeu
Copy link

odbaeu commented Feb 20, 2019

This issue ist still present in the current version. Could someone fix it?
All "title"s have the same problem.

@tau-rho
Copy link

tau-rho commented Apr 3, 2019

To possible ways to fix it:

  1. If you want to only change the en definitions, you may change the entries in the themes/orbit/i18n/en.yaml file
  2. For multi-language support, I fixed it by changing languageCode = "en-us" to DefaultContentLanguage = "XX" with XX being the language you want. But of course you can also just change the entries in the themes/orbit/i18n/en.yaml files as well...

Lednerb added a commit to Lednerb/hugo-orbit-theme that referenced this issue Jul 3, 2020
@Lednerb
Copy link

Lednerb commented Jul 6, 2020

Within the latest version of this theme in #23 this kind of issues are fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants