From 6350366b7e8ef1aec165371ebc0fa1237eec4f78 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 22 Mar 2023 22:17:10 -0700 Subject: [PATCH] Order vars --- layouts/shortcodes/paige/image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }}