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

@ -83,7 +83,7 @@
<div class="container cards">
{{ range .valeur_item }}
<article class="card center">
<!-- <img src="images/{{.image}}.svg" alt="{{ .name | title }}" height="64" width="64"> -->
<!-- <img src="images/{{.image}}.svg" alt="{{ .name | title }}" height="64" width="64" loading="lazy"> -->
<h3>{{ .name | title }}</h3>
<p>{{ .content | markdownify }}</p>
</article>