mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
add mobile wrapper html
This commit is contained in:
6
layouts/partials/mobile_wrapper.html
Normal file
6
layouts/partials/mobile_wrapper.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class='mobileWrapper'>
|
||||
{{ $sourcePath := "images" }}
|
||||
{{ $gallery := site.GetPage $sourcePath }}
|
||||
{{ with $gallery.Resources.ByType "image" }}
|
||||
{{ end }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user