|
@@ -11,7 +11,7 @@
|
|
|
<div class="content">
|
|
|
<div class="images_s">
|
|
|
{% for images in page.media.images|slice(1) %}
|
|
|
- {{images.html('','img_content')}}
|
|
|
+ {{images.html('', page.title )}}
|
|
|
{% endfor %}
|
|
|
</div>
|
|
|
<div class="content_s">
|
|
@@ -22,7 +22,7 @@
|
|
|
{% for features in page.header.features %}
|
|
|
<div class="icon">
|
|
|
{% for img in features.icon %}
|
|
|
- <img src="/{{img.path}}" alt="picto">
|
|
|
+ <img src="/{{img.path}}" alt="{{features.text}}">
|
|
|
{% endfor %}
|
|
|
<p>{{features.text}}</p>
|
|
|
</div>
|
|
@@ -37,7 +37,7 @@
|
|
|
{% if page.media.images|slice(1) %}
|
|
|
<div class="images_s">
|
|
|
{% for images in page.media.images|slice(1) %}
|
|
|
- {{images.html('','img_content')}}
|
|
|
+ {{images.html('', page.title)}}
|
|
|
{% endfor %}
|
|
|
</div>
|
|
|
{% endif %}
|