add mobile wrapper html

This commit is contained in:
Spedon
2023-03-16 00:06:54 +08:00
parent fea22a556a
commit 931f57802c

View File

@@ -0,0 +1,6 @@
<div class='mobileWrapper'>
{{ $sourcePath := "images" }}
{{ $gallery := site.GetPage $sourcePath }}
{{ with $gallery.Resources.ByType "image" }}
{{ end }}
</div>