From d92c2a98bc4789f0b9bdd3b7275ed212a913fe16 Mon Sep 17 00:00:00 2001
From: Olivia206 <olivia.simonet206@gmail.com>
Date: Sun, 29 Dec 2024 19:58:57 +0100
Subject: [PATCH] hotfix: social_networks typo

---
 layouts/partials/commons/contact-details.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/partials/commons/contact-details.html b/layouts/partials/commons/contact-details.html
index 65a006f4..e640d67a 100644
--- a/layouts/partials/commons/contact-details.html
+++ b/layouts/partials/commons/contact-details.html
@@ -2,7 +2,7 @@
 
 {{ with .Params.contact_details }}
   <div class="contacts-details">
-    {{ if or .websites .socials_networks .emails .phone_numbers }}
+    {{ if or .websites .social_networks .emails .phone_numbers }}
       <ul>
         {{ with .websites.website }}
           <li class="website">
-- 
GitLab