Made the navbar-brand link to the BaseURL instead of the root
This commit is contained in:
parent
60768e6068
commit
1d5fcf05de
|
@ -11,7 +11,7 @@
|
|||
<header class="navbar navbar-expand-lg navbar-light doks-navbar">
|
||||
<nav class="container-{{ if .Site.Params.options.fullWidth }}fluid{{ else }}xxl{{ end }} flex-wrap flex-lg-nowrap" aria-label="Main navigation">
|
||||
|
||||
<a class="navbar-brand order-0" href="{{ "/" | relLangURL }}" aria-label="{{ .Site.Params.Title }}">
|
||||
<a class="navbar-brand order-0" href="{{ .Site.BaseURL | relLangURL }}" aria-label="{{ .Site.Params.Title }}">
|
||||
{{ .Site.Params.Title }}
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Reference in New Issue