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

9 lines
258 B
HTML
Raw Normal View History

2020-01-31 18:46:28 +08: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-07 00:10:00 +08:00
</figure>