mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
9 lines
258 B
HTML
9 lines
258 B
HTML
<figure>
|
|
{{- partial "function/image.html" (dict "src" .Destination "alt" .Text "title" .Title ) -}}
|
|
{{- with .Title | default .Text -}}
|
|
<figcaption class="image-caption">
|
|
{{- . -}}
|
|
</figcaption>
|
|
{{- end -}}
|
|
</figure>
|