summaryrefslogtreecommitdiffstats
path: root/layouts/_default/_markup/render-image.html
blob: 3ebea6af522f0a395c95c388188f7bfeafe2756b (plain) (blame)
1
2
3
<p>
    <img class="img-zoomable" src="{{ .Destination | safeURL }}" alt="{{ .Text }}"{{ with .Title }} title="{{ . }}"{{ end }} />
</p>