diff --git a/layouts/shortcodes/paige/gallery.html b/layouts/shortcodes/paige/gallery.html index b4cc7dc0..f60eed27 100644 --- a/layouts/shortcodes/paige/gallery.html +++ b/layouts/shortcodes/paige/gallery.html @@ -67,19 +67,19 @@ {{ else }} {{ range $resources }}
- {{ partial "paige/a.html" (dict - "content" (partial "paige/img.html" (dict - "class" "img-fluid" - "height" $height - "maxheight" $maxheight - "maxwidth" $maxwidth - "method" $method - "options" $options - "resource" . - "width" $width - )) - "href" .RelPermalink - ) }} + {{ partial "paige/a.html" (dict + "content" (partial "paige/img.html" (dict + "class" "img-fluid" + "height" $height + "maxheight" $maxheight + "maxwidth" $maxwidth + "method" $method + "options" $options + "resource" . + "width" $width + )) + "href" .RelPermalink + ) }}
{{ end }} {{ end }}