|
@@ -41,7 +41,9 @@
|
|
<div class="navbar-brand-mobile-wrapper d-inline-flex d-lg-none">
|
|
<div class="navbar-brand-mobile-wrapper d-inline-flex d-lg-none">
|
|
<a class="navbar-brand" href="{{ "/" | relLangURL }}">
|
|
<a class="navbar-brand" href="{{ "/" | relLangURL }}">
|
|
{{- if $has_logo -}}
|
|
{{- if $has_logo -}}
|
|
- <img src="{{ $logo.RelPermalink }}" alt="{{ site.Title }}">
|
|
|
|
|
|
+ <img src="{{ $logo.RelPermalink }}" alt="{{ site.Title }}"
|
|
|
|
+ {{with site.Params.header.image.width}}width="{{.}}"{{end}}
|
|
|
|
+ {{with site.Params.header.image.height}}height="{{.}}"{{end}}>
|
|
{{- else -}}
|
|
{{- else -}}
|
|
{{- site.Title -}}
|
|
{{- site.Title -}}
|
|
{{- end -}}
|
|
{{- end -}}
|