Skip to content

Commit

Permalink
Merge pull request #47 from salim-b/fix-home-link
Browse files Browse the repository at this point in the history
Fix link to home for multilingual sites
  • Loading branch information
h-enk committed Sep 7, 2023
2 parents 26b3551 + 0c063bd commit dc3e24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{ end -}}

<!-- Site title -->
<a class="navbar-brand me-auto me-lg-3" href="{{ "/" | absURL }}">{{ .Site.Title }}</a>
<a class="navbar-brand me-auto me-lg-3" href="{{ "/" | relLangURL }}">{{ .Site.Title }}</a>

<!-- FlexSearch mobile -->
{{ partial "main/showFlexSearch" . }}
Expand Down

0 comments on commit dc3e24e

Please sign in to comment.