feat: Ajout du paramètre lazy loading sur toutes les images

This commit is contained in:
2021-10-20 16:22:26 +02:00
parent acc35d1c88
commit aeccd70318
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<article class="card">
<figure>
<a href="{{ .url }}">
<img src="{{ .image }}" alt="Copie d'écran du site {{ .title }}" />
<img src="{{ .image }}" alt="Copie d'écran du site {{ .title }}" loading="lazy" />
</a>
</figure>
<div>