From fd81ccccd5af424d2ba3d7e0e1f9d15abd35a7c9 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 2 Jan 2023 16:09:53 -0800 Subject: [PATCH] Center grid cell items --- layouts/shortcodes/paige/gallery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/paige/gallery.html b/layouts/shortcodes/paige/gallery.html index 653495e8..1b2045ef 100644 --- a/layouts/shortcodes/paige/gallery.html +++ b/layouts/shortcodes/paige/gallery.html @@ -35,7 +35,7 @@
{{ range $resources }} -
+
{{ partial "paige/gallery-item.html" (dict "image" . "method" $method "options" $options) }}
{{ end }}