|
@@ -1,14 +1,14 @@
|
|
<section class="hero row">
|
|
<section class="hero row">
|
|
<figure class="col px-0">
|
|
<figure class="col px-0">
|
|
-
|
|
|
|
|
|
+
|
|
<div class="main-carousel">
|
|
<div class="main-carousel">
|
|
{% for item in post.meta('slide_image') %}
|
|
{% for item in post.meta('slide_image') %}
|
|
<div class="carousel-cell">
|
|
<div class="carousel-cell">
|
|
- <img src="{{ Image(item.image).src }}" />
|
|
|
|
|
|
+ <img src="{{ Image(item.image).src }}" alt="{{ Image(item.image).alt }}" />
|
|
</div>
|
|
</div>
|
|
{% endfor %}
|
|
{% endfor %}
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
<figcaption>
|
|
<figcaption>
|
|
<h1>{{ post.meta('titre') }}</h1>
|
|
<h1>{{ post.meta('titre') }}</h1>
|
|
<h2>{{ post.meta('sous_titre') }}</h2>
|
|
<h2>{{ post.meta('sous_titre') }}</h2>
|