This commit is contained in:
2019-06-04 16:51:57 +02:00
parent ee4865107c
commit 57562dd207
7 changed files with 62 additions and 12 deletions

View File

@@ -1000,11 +1000,13 @@
{% for item in page.collection %}
<div class="content_salle" id="{{ macro.pageLinkName(item.title) }}">
{% set child_image = item.media.images|first %}
{% set child_image = item.media.images %}
<h3>{{item.title}}</h3>
{% if image %}
<div class="gal-salles">
{{child_image.html('', 'salles')}}
{% for img in child_image %}
{{img}}
{% endfor %}
</div>
{% endif %}
{{item.content}}