9 lines
267 B
HTML
9 lines
267 B
HTML
<figure>
|
|
{{- partial "plugin/image.html" (dict "src" .Destination "alt" .Text "title" .Title ) -}}
|
|
{{- with .Title | default .Text -}}
|
|
<figcaption class="image-caption">
|
|
{{- . | safeHTML -}}
|
|
</figcaption>
|
|
{{- end -}}
|
|
</figure>
|