Files
xuesheng/themes/ink-free/layouts/_default/_markup/render-image.html
2025-07-10 15:45:00 +08:00

9 lines
249 B
HTML

{{ if .Title }}
<figure>
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" class="figcaption-img">
<figcaption>{{ .Title }}</figcaption>
</figure>
{{ else }}
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}">
{{ end }}