Skip to content

Commit

Permalink
Fix link to home
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b committed Sep 4, 2023
1 parent 26b3551 commit 0c063bd
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 0c063bd

Please sign in to comment.