Removing unit from `img`'s height attribute for label.icon
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-height
This commit is contained in:
parent
375155061d
commit
496b846597
|
@ -47,7 +47,7 @@
|
|||
<a href="{{ "" | absLangURL }}" accesskey="h" title="{{ $label_text }} (Alt + H)">
|
||||
{{- if .Site.Params.label.icon }}
|
||||
<img src="{{- .Site.Params.label.icon | absURL -}}" alt="logo" aria-label="logo"
|
||||
height="{{- .Site.Params.label.iconHeight | default " 30px" -}}">
|
||||
height="{{- .Site.Params.label.iconHeight | default "30" -}}">
|
||||
{{- end -}}
|
||||
{{- $label_text -}}
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue