Kanarie-functie gecorrigeerd en alternatieve teksten nu ook ingevuld voor footer

This commit is contained in:
Michael Boelen 2023-06-19 23:46:48 +02:00
parent b61b5747d6
commit ae8b60d8c3
2 changed files with 3 additions and 3 deletions

View file

@ -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 }}>