From b60e6c8c33298b4c0c7044220292f4501d93d09e Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 22 Jun 2024 10:59:53 +0200 Subject: [PATCH] fix: conditionally render social media links in footer Updated the footer to conditionally display social media icons based on theme settings. This prevents empty links from appearing when no URL is set, improving UX and avoiding potential navigation issues. --- footer.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/footer.php b/footer.php index f7d3cdf..86f1055 100644 --- a/footer.php +++ b/footer.php @@ -13,9 +13,15 @@ ?>
- Facebook - Twitter - LinkedIn + + Facebook + + Twitter + + LinkedIn +