Files
caldwell/layouts/_default/_markup/render-image.html
2025-09-08 17:30:45 +01:00

8 lines
145 B
HTML

{{ partial "components/image/index.html" (dict
"src" .Destination
"caption" .Text
"alt" .Title
)
}}
{{- /* chomp trailing newline */ -}}