Optimisation des images++
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user