summaryrefslogtreecommitdiffstats
path: root/layouts/_default/_markup/render-image.html
blob: 1b209437d1c692bc35ed4bbe849cdccb200930db (plain) (blame)
1
2
3
<a href="{{ .Destination | safeURL }}" target="_blank">
    <img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" />
</a>