hugo-PaperMod/layouts/_default/_markup/render-image.html

4 lines
132 B
HTML

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