Make the list of rooms mobile aware
This commit is contained in:
1
themes/tsc_vfl/layouts/shortcodes/tsc/rooms/address.html
Normal file
1
themes/tsc_vfl/layouts/shortcodes/tsc/rooms/address.html
Normal file
@@ -0,0 +1 @@
|
||||
<div class="address">{{ .Inner }}</div>
|
||||
4
themes/tsc_vfl/layouts/shortcodes/tsc/rooms/image.html
Normal file
4
themes/tsc_vfl/layouts/shortcodes/tsc/rooms/image.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="image">
|
||||
{{ $resource := .Page.Resources.GetMatch (.Get "image") }}
|
||||
<img src="{{ $resource.RelPermalink}} ">
|
||||
</div>
|
||||
1
themes/tsc_vfl/layouts/shortcodes/tsc/rooms/room.html
Normal file
1
themes/tsc_vfl/layouts/shortcodes/tsc/rooms/room.html
Normal file
@@ -0,0 +1 @@
|
||||
<div class="room">{{ .Inner }}</div>
|
||||
Reference in New Issue
Block a user