From 3741f5969d0ace9817ca2a069f79752830bf2e0d Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 11 Mar 2020 14:40:35 +0100 Subject: [PATCH] fix: Width and Height is not a good solution for responsive design --- content/accueil/apropos.md | 2 +- content/accueil/bienvenue.md | 2 +- layouts/shortcodes/actu.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/accueil/apropos.md b/content/accueil/apropos.md index e793913..c761b76 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/content/accueil/bienvenue.md b/content/accueil/bienvenue.md index 8da4e1c..f99cfe1 100644 --- a/content/accueil/bienvenue.md +++ b/content/accueil/bienvenue.md @@ -4,7 +4,7 @@ {{< grid class="-middle" >}} {{< cell class="-6of12 -center" >}} - Le livre + Le livre {{< /cell >}} {{< cell class="-6of12" markdown="true" >}} diff --git a/layouts/shortcodes/actu.html b/layouts/shortcodes/actu.html index 82a2e18..a6f66c3 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 }}