summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/_default/_markup/render-image.html
blob: a79cddf036f0b6455c61dcc301e056b598924957 (plain)
1
2
3
4
5
6
7
8
9
10
{{- if .Title -}}
    <figure>
        {{- dict "Src" .Destination "Title" .Text "Caption" .Title "Linked" true "Resources" .Page.Resources | partial "plugin/image.html" -}}
        <figcaption class="image-caption">
            {{- .Title | safeHTML -}}
        </figcaption>
    </figure>
{{- else -}}
    {{- dict "Src" .Destination "Title" .Text "Resources" .Page.Resources | partial "plugin/image.html" -}}
{{- end -}}