{{/* S'il n'y a pas de / dans l'url d'une image alors on ajoute le path de l'article */}} {{ $path := cond (in .Destination "/") .Destination (path.Join "/" .Page.File.Dir .Destination) }} {{ $image := .Page.Resources.GetMatch (printf "*%s*" .Destination) }} {{ with $image }} {{ $resized := $image.Resize "610x q100 webp" }} {{ $path = $resized.RelPermalink }} {{ end }} {{ .Text }}