From 53e57869cab7c56e28955bca90dbaf9714f8fdc4 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 15 Dec 2024 16:51:21 +0100 Subject: [PATCH] adds shortcode: image-gallery but it is broken, it expects images in a subdirectory from /static --- layouts/shortcodes/image-gallery.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 layouts/shortcodes/image-gallery.html diff --git a/layouts/shortcodes/image-gallery.html b/layouts/shortcodes/image-gallery.html new file mode 100644 index 0000000..c192f22 --- /dev/null +++ b/layouts/shortcodes/image-gallery.html @@ -0,0 +1,24 @@ + + + +{{ $dir := string (.Get "gallery_dir") }} +