We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa90161 commit f33065eCopy full SHA for f33065e
manual/layouts/partials/header.html
@@ -1,7 +1,7 @@
1
<header class="page-header">
2
3
<h1 class="page-title">
4
- <a href="{{ `/` | relLangURL }}">{{ .Site.Title }}</a>
+ <a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Title }}</a>
5
</h1>
6
7
<div class="sidebar-button-close" aria-label="{{ i18n `closeNav` . }}"></div>
0 commit comments