From 808139570281f8a327451f8abc8124f884265b23 Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 21 Apr 2021 10:55:24 +0200 Subject: [PATCH] feat: Ajout du lazy loading pour les images --- layouts/partials/article-preview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/article-preview.html b/layouts/partials/article-preview.html index fc7eced..e1dc069 100644 --- a/layouts/partials/article-preview.html +++ b/layouts/partials/article-preview.html @@ -9,7 +9,7 @@ {{ if $image }} {{ $resized := $image.Fill $pictureSize}} - {{ $titleWithoutHTML }} + {{ $titleWithoutHTML }} {{ end }}