Skip to content

Commit b4992ba

Browse files
committed
fix: Preserve the language on logo click
1 parent 3aafbf1 commit b4992ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
>{{ T "skipToContent" }}</a
66
>
77
<a
8-
href="{{ .Site.BaseURL | relLangURL }}"
8+
href="{{ .Site.Home.RelPermalink }}"
99
aria-label="{{ T "home-page-text" }}"
1010
class="o-header__logo"
1111
>

0 commit comments

Comments
 (0)