From 5b059f7043fb17facd83d8dafcf56c7ae4ca7bcc Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 23 Oct 2023 01:28:31 +0200 Subject: [PATCH] fix: website description --- data/site.yaml | 4 +++- layouts/partials/data/description.html | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/data/site.yaml b/data/site.yaml index 1a4baf5..f052175 100644 --- a/data/site.yaml +++ b/data/site.yaml @@ -1 +1,3 @@ - +name: "Bicycl'Eure" +description: | + Bicycl’Eure est un atelier mobile de réparation et d’entretien de VÉLOS. Sur simple rendez-vous et après un diagnostic gratuit, Laurent, technicien cycle qualifié, redonnera vie à votre monture ! diff --git a/layouts/partials/data/description.html b/layouts/partials/data/description.html index 4127b2a..b6f51ed 100644 --- a/layouts/partials/data/description.html +++ b/layouts/partials/data/description.html @@ -1,5 +1,5 @@ -{{ $description := .Site.Params.sidebar.subtitle }} +{{ $description := site.Data.site.description }} {{ if .Description }}