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

@@ -6,7 +6,7 @@
{{- $logo := resources.GetMatch $logoPath -}}
<a href="{{ "/" | relURL }}" aria-label="Revenir à l'accueil">
{{- with $logo -}}
{{- $resized := .Resize "64x" -}}
{{- $resized := .Resize "64x webp q80" -}}
<img src="{{ $resized.RelPermalink }}" alt="">
{{- end -}}
<strong>{{ $site.Title }}</strong>