From 931f57802c65571c4d7151127971ee13436e8189 Mon Sep 17 00:00:00 2001 From: Spedon Date: Thu, 16 Mar 2023 00:06:54 +0800 Subject: [PATCH] add mobile wrapper html --- layouts/partials/mobile_wrapper.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 layouts/partials/mobile_wrapper.html diff --git a/layouts/partials/mobile_wrapper.html b/layouts/partials/mobile_wrapper.html new file mode 100644 index 0000000..940371f --- /dev/null +++ b/layouts/partials/mobile_wrapper.html @@ -0,0 +1,6 @@ +
+ {{ $sourcePath := "images" }} + {{ $gallery := site.GetPage $sourcePath }} + {{ with $gallery.Resources.ByType "image" }} + {{ end }} +
\ No newline at end of file