fosscat-site/themes/PaperMod/layouts/_default/_markup/render-image.html
2022-09-01 18:42:28 -06:00

2 lines
119 B
HTML

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