Skip to content

Commit f33065e

Browse files
committed
Update header.html
1 parent fa90161 commit f33065e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header class="page-header">
22

33
<h1 class="page-title">
4-
<a href="{{ `/` | relLangURL }}">{{ .Site.Title }}</a>
4+
<a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Title }}</a>
55
</h1>
66

77
<div class="sidebar-button-close" aria-label="{{ i18n `closeNav` . }}"></div>

0 commit comments

Comments
 (0)