From 744e37a3966cf36608a9c38fbe8e999560bb987c Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 5 Oct 2022 16:50:40 +0200 Subject: [PATCH] feat: Ajout des bouton cta --- data/fr/cta.yml | 10 +++++++++- themes/meghna-hugo/layouts/partials/cta.html | 7 +++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/data/fr/cta.yml b/data/fr/cta.yml index c7aebf9..85b40f2 100644 --- a/data/fr/cta.yml +++ b/data/fr/cta.yml @@ -12,4 +12,12 @@ cta: Nous venons vous rencontrer lors d’un passage gratuit, pour faire connaissance avec vous et votre jardin. Ensuite nous vous proposons un devis pour intervenir selon votre besoin. - Dans un second temps nous pourrons mettre en place un forfait et nous occuper de transformer en douceur votre jardin durablement, par son entretien. \ No newline at end of file + Dans un second temps nous pourrons mettre en place un forfait et nous occuper de transformer en douceur votre jardin durablement, par son entretien. + + call_to_action : + - icon : ti-mobile # themify icon pack : https://themify.me/themify-icons + text : 06 99 99 00 33 + link : "tel:0699990033" + - icon : ti-email # themify icon pack : https://themify.me/themify-icons + text : bonjour@jarnat.fr + link : mailto:bonjour@jarnat.fr diff --git a/themes/meghna-hugo/layouts/partials/cta.html b/themes/meghna-hugo/layouts/partials/cta.html index f24d15a..a3e16e7 100644 --- a/themes/meghna-hugo/layouts/partials/cta.html +++ b/themes/meghna-hugo/layouts/partials/cta.html @@ -16,6 +16,13 @@ {{ .label }} {{ end }} {{ end }} + {{ with .call_to_action }} +
+ {{ range . }} + {{ .text }} + {{ end }} +
+ {{ end }}