From 49fb2b52b3634e5ecbd44ab456dcf19d9c85969a Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 13 Apr 2021 23:02:06 +0200 Subject: [PATCH] feat: Ajout du lazy loading pour les images --- content/accueil/apropos.md | 2 +- layouts/shortcodes/actu.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/accueil/apropos.md b/content/accueil/apropos.md index c761b76..fd8d5dc 100644 --- a/content/accueil/apropos.md +++ b/content/accueil/apropos.md @@ -7,7 +7,7 @@ weight: 3 {{< grid class="-middle" >}} {{< cell class="-4of12 -center" >}} - Le livre + Le livre {{< /cell >}} {{< cell class="-8of12 " markdown="true" >}} Après des études de graphisme, je suis embauchée en tant que graphiste chez *Five*, une agence de communication spécialisée dans le domaine de la beauté et l’édition. Le 6 novembre 2008, j’ai dû arrêter mon travail pendant plusieurs mois suite à l’histoire que je m’apprête à vous raconter :). Je me suis alors noyée dans l’illustration ! Quel bonheur ! diff --git a/layouts/shortcodes/actu.html b/layouts/shortcodes/actu.html index a6f66c3..9101fc5 100644 --- a/layouts/shortcodes/actu.html +++ b/layouts/shortcodes/actu.html @@ -9,7 +9,7 @@ {{ if $src }} {{ $image := $src.Fill "432x300 Center" }} {{ $alt := index .Params "image_title" | default (index .Params "title") }} - {{ $alt }} + {{ $alt }} {{ end }}