Ondersteuning voor title om hint te geven waarvoor icoon is of waar link naartoe gaat
This commit is contained in:
parent
5bedaaed71
commit
07e474ac07
|
@ -1 +1 @@
|
|||
<img{{ if .class }} class="{{ .class }}"{{ end }} src="/afbeeldingen/iconen/{{ .icon }}.svg" height="{{ .iconsize | default 20 }}" width="{{ .iconsize | default 20 }}" alt="{{ .icon | default .Site.Params.textNoTitle }}">
|
||||
<img{{ if .class }} class="{{ .class }}"{{ end }} src="/afbeeldingen/iconen/{{ .icon }}.svg" height="{{ .iconsize | default 20 }}" width="{{ .iconsize | default 20 }}" alt="{{ .icon | default .Site.Params.textNoTitle }}"{{ with .title }} title="{{ . }}"{{ end }}>
|
||||
|
|
Reference in a new issue