Add image processing

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-09-11 17:42:53 +00:00
parent 57208ea1c8
commit c52639e38f
4 changed files with 50 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
{{ partial "components/image/index.html" (dict
{{ partial "components/image/index.html" (dict "page" .Page "image" (dict
"src" .Destination
"caption" .Text
"alt" .Title
)
))
}}
{{- /* chomp trailing newline */ -}}