From ed338a4ae577c38fc8acd163d6838ae65253e7e6 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 15 Jan 2023 23:59:36 -0800 Subject: [PATCH] Move margin to figcaption --- layouts/shortcodes/paige/gallery.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/paige/gallery.html b/layouts/shortcodes/paige/gallery.html index 2d9a9b1d..4521a5ba 100644 --- a/layouts/shortcodes/paige/gallery.html +++ b/layouts/shortcodes/paige/gallery.html @@ -103,7 +103,7 @@ {{ else if eq $type "rows" }} -
+
{{ with $inner }} {{ . }} {{ else }} @@ -128,7 +128,7 @@ {{ errorf "invalid type: %q" $type }} {{ end }} {{ with $caption }} -
{{ . }}
+
{{ . }}
{{ end }} {{ end }}