Files
cookthebooks-hugo/layouts/_default/_markup/render-image.html
2024-08-20 23:05:39 -07:00

1 line
134 B
HTML

<img decoding="async" loading="lazy" src="{{ .Destination | safeURL }}" alt="{{ .Text }}"{{ with .Title }} title="{{ . }}"{{ end }} />