redzuurdesem/themes/desem-swift-theme/layouts/_default/_markup/render-image.html

9 lines
291 B
HTML

<figure>
<a href="{{ .Destination | safeURL }}" class="lbox">
<img class="lazyload" data-src="{{ .Destination | safeURL }}" {{ with .Text }} alt="{{ . }}"{{ end }} {{ with .Title}} title="{{ . }}"{{ end }}>
</a>
{{ with .Title }}
<figcaption>{{ . }}</figcaption>
{{ end }}
</figure>