hugo-PaperMod/layouts/_default/_markup/render-image.html
2021-03-16 13:29:53 +05:30

2 lines
119 B
HTML

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