Files
caldwell/layouts/_default/_markup/render-image.html
2025-09-13 21:36:59 +00:00

4 lines
225 B
HTML

{{ $data := partial "components/image/process.html" (dict "page" .Page "src" .Destination) }}
{{ partial "components/image/index.html" (merge $data (dict "caption" .Text "alt" .Title)) }}
{{- /* chomp trailing newline */ -}}