feat: Ajout du paramètre lazy loading sur toutes les images
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user