-
Notifications
You must be signed in to change notification settings - Fork 963
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
config.title, config.description not passed to translated pages #1634
Comments
I think your config is wrong, just format your config.toml according to the doc: https://www.getzola.org/documentation/getting-started/configuration/
|
Thanks for the quick reply @scria1000. You're right: your suggested change to the config works. I was following the docs at https://www.getzola.org/documentation/content/multilingual/ which misled me to the config I originally used. So perhaps this should be treated as an error in the documentation? Are the |
The |
Bug Report
Environment
Zola version: 0.14.1
Expected Behavior
In the attached site, with
zola serve
, openinghttp://127.0.0.1:1111/
should provide the following information:and
http://127.0.0.1:1111/en
should provide the following information:zola-debug-site.tar.gz
Current Behavior
http://127.0.0.1:1111/
works as expected, buthttp://127.0.0.1:1111/en/
gives the following:Step to reproduce
See the attached zola site: zola-debug-site.tar.gz
Or check the main files in the example below:
The template:
config.toml:
The text was updated successfully, but these errors were encountered: