summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/_default/_markup/render-image.html
blob: 1e5edbfd515fd64434ce4833a33bac105392de44 (plain)
1
<img loading="lazy" src="{{ .Destination | safeURL | absURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}" {{ end }} />