Home link manage langage

This commit is contained in:
Hugo Martin 2020-08-04 19:14:49 +02:00 committed by Emruz Hossain
parent f3ee752710
commit 85ff89be12

View file

@ -8,7 +8,7 @@
{{ if .Site.Params.logo.inverted }} {{ if .Site.Params.logo.inverted }}
{{ $invertedLogo = .Site.Params.logo.inverted }} {{ $invertedLogo = .Site.Params.logo.inverted }}
{{ end }} {{ end }}
<a class="navbar-brand" href="{{ .Site.BaseURL }}"> <a class="navbar-brand" href="{{ .Site.BaseURL }}/{{ .Site.Language.Lang }}">
<img src="{{ $invertedLogo }}" id="logo"> <img src="{{ $invertedLogo }}" id="logo">
{{- .Site.Title -}} {{- .Site.Title -}}
</a> </a>