Order vars

This commit is contained in:
Will Faught
2023-03-22 22:17:10 -07:00
parent 0273366aaa
commit 6350366b7e

View File

@@ -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" }}