1

Optimisation des images++

This commit is contained in:
2026-03-06 00:16:17 +01:00
parent 3b3733cb96
commit 84af2115be
7 changed files with 11 additions and 9 deletions

View File

@@ -36,7 +36,7 @@
{{- with $image -}}
<a href="{{ $page.RelPermalink }}">
<figure>
{{- $resized := .Fill "600x340" -}}
{{- $resized := .Fill "600x340 webp q80" -}}
<img src="{{ $resized.RelPermalink }}" alt="Image de couverture pour {{ $page.Title }}" loading="lazy">
</figure>
</a>