Skip to content

Commit a8a9741

Browse files
committed
Fixed main links
1 parent af5ad49 commit a8a9741

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

layouts/partials/header/header.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<nav class="container-{{ if .Site.Params.options.fullWidth }}fluid{{ else }}xxl{{ end }} flex-wrap flex-lg-nowrap"
1616
aria-label="Main navigation">
1717

18-
<a class="navbar-brand order-0" href="{{ .Site.BaseURL | relLangURL }}" aria-label="{{ .Site.Params.Title }}">
18+
<a class="navbar-brand order-0" href="/" aria-label="{{ .Site.Params.Title }}">
1919
{{ .Site.Params.Title }}
2020
</a>
2121

@@ -62,8 +62,7 @@ <h5 class="offcanvas-title" id="offcanvasExampleLabel">{{ i18n "browse" }} {{ .S
6262
aria-labelledby="offcanvasDoksLabel">
6363
<div class="header-bar d-lg-none"></div>
6464
<div class="offcanvas-header d-lg-none">
65-
<h2 class="h5 offcanvas-title ps-2" id="offcanvasDoksLabel"><a class="text-dark" href="{{ .Site.BaseURL | relLangURL
66-
}}">{{ .Site.Params.Title }}</a></h2>
65+
<h2 class="h5 offcanvas-title ps-2" id="offcanvasDoksLabel"><a class="text-dark" href="/">{{ .Site.Params.Title }}</a></h2>
6766
<button type="button" class="btn-close text-reset me-2" data-bs-dismiss="offcanvas"
6867
aria-label="Close main menu"></button>
6968
</div>
@@ -271,4 +270,4 @@ <h2 class="h5 offcanvas-title ps-2" id="offcanvasDoksLabel"><a class="text-dark"
271270
</nav>
272271
</aside>
273272
</div>
274-
{{ end -}}
273+
{{ end -}}

0 commit comments

Comments
 (0)