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