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

fix: fix click site name/logo changes the language #278

Merged
merged 4 commits into from
Nov 27, 2023

Conversation

Zavins
Copy link
Contributor

@Zavins Zavins commented Nov 27, 2023

When clicking the site name or logo on the header, the page redirects to "/". Instead, it should redirect to "/{language}" to ensure the web page stays with the same language.

Fixing:
change <a class=... href="/"> to <a class=... href="<%- url_for(h_menu_nav_object['Home']) %>">

@Zavins Zavins changed the base branch from master to dev November 27, 2023 02:08
@XPoet XPoet merged commit f50618c into XPoet:dev Nov 27, 2023
0 of 3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants