From cd2a02b65ef426d1743e14ea1e8de1f70b7ad4fe Mon Sep 17 00:00:00 2001 From: gribse Date: Thu, 17 Apr 2025 20:28:24 +0200 Subject: [PATCH] Add image gallery shortcode with lightbox support --- layouts/shortcodes/image-gallery.html | 284 ++++++++++++++++++++++++++ 1 file changed, 284 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..24a81a5 --- /dev/null +++ b/layouts/shortcodes/image-gallery.html @@ -0,0 +1,284 @@ + + + + + +{{ $dir := .Get "gallery_dir" }} +
+ + + + +
+ + + + \ No newline at end of file