From f919b29fc571e3ef82e8da6731dddffd4f740f08 Mon Sep 17 00:00:00 2001 From: Mircea-Pavel ANTON Date: Mon, 16 Jan 2023 08:21:46 +0000 Subject: [PATCH] Add shortcode --- layouts/shortcodes/gallery.html | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 layouts/shortcodes/gallery.html diff --git a/layouts/shortcodes/gallery.html b/layouts/shortcodes/gallery.html new file mode 100644 index 00000000..2954e35a --- /dev/null +++ b/layouts/shortcodes/gallery.html @@ -0,0 +1,36 @@ + + +
+ {{ .Inner }} +
+ + + + \ No newline at end of file