REMOVE content and assets FIX image render

This commit is contained in:
Hoernschen 2024-06-19 23:45:14 +02:00
parent 62f343ef90
commit e385e4ee4d
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
10 changed files with 26 additions and 91 deletions

View file

@ -1,3 +1,3 @@
{{ $img := .Page.Resources.GetMatch .Destination }}
{{ partial "components/image.html" (dict "img" $img "destination" .Destination "alt" .Text "caption" .Title) }}
{{ partial "components/image.html" (dict "img" $img "url" .Destination "alt" .Text "caption" .Title) }}