summaryrefslogtreecommitdiff
path: root/layouts/_default/_markup/render-image.html
blob: 90567939a3b2a592911521acf3d83497e162e823e22ef31935defd476a356db8 (plain)
1
<img src="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }} alt="{{ .Text }}" loading="lazy">