From be73fb4a700881fc661a09826f029aea5a406581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 6 Jul 2026 22:42:41 +0400 Subject: [PATCH] fix: utiliser SVG inline avec currentColor pour footer et contact --- src/_includes/partials/contact.njk | 16 +++++++-------- src/_includes/partials/footer.njk | 32 +++++++++++++++--------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/_includes/partials/contact.njk b/src/_includes/partials/contact.njk index 86e85be..603dca6 100644 --- a/src/_includes/partials/contact.njk +++ b/src/_includes/partials/contact.njk @@ -10,21 +10,21 @@ {% for link in section.links %} {% if link.text.toLowerCase().includes('email') %} - Email + {% elif link.text.toLowerCase().includes('whatsapp') %} - WhatsApp + {% elif link.text.toLowerCase().includes('telegram') %} - Telegram + {% elif link.text.toLowerCase().includes('twitter') or link.text.toLowerCase().includes('x (') %} - X + {% elif link.text.toLowerCase().includes('tiktok') %} - TikTok + {% elif link.text.toLowerCase().includes('discord') %} - Discord + {% elif link.text.toLowerCase().includes('stoat') %} - Stoat + S {% elif link.text.toLowerCase().includes('labola') or link.text.toLowerCase().includes('gitea') %} - Labola + {% endif %} {% endfor %} diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk index 45f8288..3e48669 100644 --- a/src/_includes/partials/footer.njk +++ b/src/_includes/partials/footer.njk @@ -13,29 +13,29 @@