Files
caldwell/layouts/_default/_markup/render-image.html
2025-09-13 22:32:16 +00:00

4 lines
227 B
HTML

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