Files
bridget/layouts/partials/mobile_wrapper.html
2023-03-16 00:06:54 +08:00

6 lines
170 B
HTML

<div class='mobileWrapper'>
{{ $sourcePath := "images" }}
{{ $gallery := site.GetPage $sourcePath }}
{{ with $gallery.Resources.ByType "image" }}
{{ end }}
</div>