Kanarie-functie gecorrigeerd en alternatieve teksten nu ook ingevuld voor footer
This commit is contained in:
parent
b61b5747d6
commit
ae8b60d8c3
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
|||
<img{{ if .class }} class="{{ .class }}"{{ end }} src="/afbeeldingen/iconen/{{ .icon }}.svg" height="{{ .iconsize | default 20 }}" width="{{ .iconsize | default 20 }}" alt="{{ .alt | default .Site.Params.textNoTitle }}"{{ with .title }} title="{{ . }}"{{ end }}>
|
||||
<img{{ if .class }} class="{{ .class }}"{{ end }} src="/afbeeldingen/iconen/{{ .icon }}.svg" height="{{ .iconsize | default 20 }}" width="{{ .iconsize | default 20 }}" alt="{{ .alt | default $.context.Site.Params.textEmptyValue }}"{{ with .title }} title="{{ . }}"{{ end }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue