From 248ab82365e5e600e423362a7b618ebad3e7728b Mon Sep 17 00:00:00 2001 From: Eloi Perdereau <eloi@perdereau.eu> Date: Wed, 18 Nov 2020 22:36:24 +0000 Subject: [PATCH] =?UTF-8?q?Update=20l'asso=20=E2=80=9Cindex=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _pages/l-asso/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_pages/l-asso/index.md b/_pages/l-asso/index.md index 62219a2..28f5151 100644 --- a/_pages/l-asso/index.md +++ b/_pages/l-asso/index.md @@ -21,7 +21,7 @@ Ou bien apprenez à nous connaitre en surfant et découvrez nos activités * [<i class='fab fa-fw fa-facebook-square'></i> CCLuminy]{: .btn .btn--inverse} * [<i class='fas fa-fw fa-calendar-alt'></i> Agenda](/agenda/){: .btn .btn--inverse} -\[facebook]: {{ site.data.extlinks.fb-ccl }} +[facebook]: {{ site.data.extlinks.fb-ccl }} [Voir le plan de Luminy](/assets/images/plan-luminy-ccl.png) @@ -31,5 +31,5 @@ Ou bien apprenez à nous connaitre en surfant et découvrez nos activités {% assign section_pages = site.pages | where: 'section', 'ccl' %} {% for page in section_pages %} - \[{{ page.title }}]({{ page.url }}) + [{{ page.title }}]({{ page.url }}) {% endfor %} \ No newline at end of file -- GitLab