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