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 903227b07c
4 changed files with 44 additions and 41 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 */ -}}