smol/layouts/_default/_markup/render-image.html

3 lines
144 B
HTML

{{ $img := imageConfig (add "/static/" (.Destination | safeURL)) }}
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" loading="lazy"/>