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

11 lines
358 B
HTML
Raw Normal View History

{{- with .Title -}}
<figure>
{{- dict "src" $.Destination "alt" $.Text "caption" . "linked" true | partial "plugin/image.html" -}}
<figcaption class="image-caption">
2020-02-18 09:22:24 +01:00
{{- . | safeHTML -}}
</figcaption>
</figure>
{{- else -}}
{{- dict "src" .Destination "alt" .Text | partial "plugin/image.html" -}}
{{- end -}}