seo audit img

This commit is contained in:
Tessier
2020-10-16 18:35:13 +02:00
parent 80d20ed7bd
commit 489700f24c
6 changed files with 11 additions and 11 deletions
@@ -1,14 +1,14 @@
<section class="hero row">
<figure class="col px-0">
<div class="main-carousel">
{% for item in post.meta('slide_image') %}
<div class="carousel-cell">
<img src="{{ Image(item.image).src }}" />
<img src="{{ Image(item.image).src }}" alt="{{ Image(item.image).alt }}" />
</div>
{% endfor %}
</div>
<figcaption>
<h1>{{ post.meta('titre') }}</h1>
<h2>{{ post.meta('sous_titre') }}</h2>