diff options
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 57cf431..3592e88 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,5 +1,5 @@  <div class="logo-wrapper"> -  <a href="{{ "/" | relURL }}" class="logo"> +  <a href="{{ "/" | relLangURL }}" class="logo">      {{- if .Site.Params.logoTitle -}}        {{ .Site.Params.logoTitle }}      {{- else -}} | 
