alt event

This commit is contained in:
Kevin Tessier 2019-07-08 13:09:07 +02:00
parent 1b563d3d47
commit 58ef2e4a42
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
{% if image %}
<div class="card-image">
{{ image.html('','evenement') }}
{{ image.html('',page.title) }}
</div>
{% endif %}

View File

@ -10,7 +10,7 @@
{% set image = page.media.images|first %}
{% if image %}
<div class="card-image">
{{ image.html('','evenement') }}
{{ image.html('',page.title) }}
</div>
{% endif %}
<div class="card-body">