aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/_markup/render-image.html
blob: 93e530d6b14c5f2991a224b2ad8dbb52c42776f2 (plain) (blame)
1
2
3
4
5
6
7
8
<img 
    class="d-block img-fluid mb-2 rounded border shadow"
    max-width="800"
    loading="lazy"
    src="{{ .Destination | safeURL }}"
    {{- with .Text }} alt="{{ . }}"{{ end -}}
    {{- with .Title }} title="{{ . }}"{{ end -}}
>