diff --git a/layouts/shortcodes/paige/image.html b/layouts/shortcodes/paige/image.html
index 37697ff3..44fadafb 100644
--- a/layouts/shortcodes/paige/image.html
+++ b/layouts/shortcodes/paige/image.html
@@ -1,6 +1,6 @@
{{ $alt := .Get "alt" }}
-{{ $link := .Get "link" }}
{{ $height := .Get "height" }}
+{{ $link := .Get "link" }}
{{ $maxheight := .Get "maxheight" }}
{{ $maxwidth := .Get "maxwidth" }}
{{ $method := .Get "method" }}