Home link manage langage
This commit is contained in:
parent
f3ee752710
commit
85ff89be12
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue