summaryrefslogtreecommitdiffstats
path: root/layouts/_default/_markup/render-image.html
blob: bf19bf92d020f01301bf8792017f6a4c072309d2 (plain) (blame)
1
2
3
4
<figure class="image-caption">
    <img src="{{ .Destination | safeURL }}" alt="{{ .Text }}">
    <figcaption>{{ .Text }}</figcaption>
</figure>