diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html
index ab9646a..129d187 100644
--- a/layouts/_default/_markup/render-image.html
+++ b/layouts/_default/_markup/render-image.html
@@ -1,7 +1,7 @@
-{{ partial "components/image/index.html" (dict "page" .Page "image" (dict
+{{ partial "components/image/index.html" (dict
"src" .Destination
"caption" .Text
"alt" .Title
- ))
+ )
}}
{{- /* chomp trailing newline */ -}}
diff --git a/layouts/partials/components/hero/index.html b/layouts/partials/components/hero/index.html
index 8d642cd..0c8e3c7 100644
--- a/layouts/partials/components/hero/index.html
+++ b/layouts/partials/components/hero/index.html
@@ -1,5 +1,5 @@
{{ .Title }}
{{ partial "components/meta/index.html" . }}
- {{ partial "components/image/index.html" (dict "page" .Page "image" .Params.hero) }}
+ {{ partial "components/image/index.html" .Params.hero }}