test-cross-blogger/themes/PaperMod/layouts/_default/_markup/render-image.html

2 lines
119 B
HTML
Raw Normal View History

2024-06-25 15:51:17 +01:00
<img loading="lazy" src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />