LoveIt/layouts/_default/_markup/render-image.html

9 lines
258 B
HTML
Raw Normal View History

2020-01-31 11:46:28 +01:00
<figure>
{{- partial "function/image.html" (dict "src" .Destination "alt" .Text "title" .Title ) -}}
{{- with .Title | default .Text -}}
<figcaption class="image-caption">
{{- . -}}
</figcaption>
{{- end -}}
2020-02-06 17:10:00 +01:00
</figure>