From 7c3cc6206603994e499e9ca1ae03b6366b3929de Mon Sep 17 00:00:00 2001 From: Mircea-Pavel ANTON Date: Mon, 16 Jan 2023 00:34:49 +0000 Subject: [PATCH] (feat) Initial Draft --- layouts/shortcodes/swiper.html | 64 ++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 layouts/shortcodes/swiper.html diff --git a/layouts/shortcodes/swiper.html b/layouts/shortcodes/swiper.html new file mode 100644 index 00000000..d2fee95c --- /dev/null +++ b/layouts/shortcodes/swiper.html @@ -0,0 +1,64 @@ +{{ $images := .Page.Resources.Match (.Get "pattern") }} +{{ $id := .Get "id" }} + + + + + +
+ +
+ + {{ range $images }} +
+
+ +
+
+ {{ end }} + +
+ +
+ + +
+
+
+ + + + \ No newline at end of file