Reorganize partials

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-08-14 17:27:01 +03:00
parent 39779cdc88
commit 2200d995ce
21 changed files with 56 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
{{ partial "image/index.html" (dict
"path" .Destination
{{ partial "components/image/index.html" (dict
"src" .Destination
"caption" .Text
"alt" .Title
)