We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Zola version: 0.18.0 tabi version or commit: latest
0.18.0
On the 404 page, the language switcher should take the user to the main page of each language.
Changing the language takes the user to a broken, almost-correct URL. For example, to go to the Spanish demo site, it should lead to:
https://welpo.github.io/tabi/es/
But instead leads to:
https://welpo.github.io/tabi/es /
In short: there's an extra space after the language code.
Visit the 404 page and change the language through the top right globe icon.
The text was updated successfully, but these errors were encountered:
90def02
🐛 fix(404): fix broken language selection from 404 page
e97d28a
Fixes welpo#279.
No branches or pull requests
Bug Report
Environment
Zola version:
0.18.0
tabi version or commit: latest
Expected Behavior
On the 404 page, the language switcher should take the user to the main page of each language.
Current Behavior
Changing the language takes the user to a broken, almost-correct URL. For example, to go to the Spanish demo site, it should lead to:
But instead leads to:
In short: there's an extra space after the language code.
Step to Reproduce
Visit the 404 page and change the language through the top right globe icon.
The text was updated successfully, but these errors were encountered: