From bc1c8952ac1a7c2d085c937c7e9f073b68fd6253 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Tue, 29 Sep 2020 19:46:37 +0200
Subject: [PATCH] Always show social title

---
 base.twig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/base.twig b/base.twig
index 8e39378..9f93a3e 100644
--- a/base.twig
+++ b/base.twig
@@ -74,7 +74,7 @@
                 {% for social in pages["_meta"].meta.social %}
                     <a href="{{ social.url }}" title="{{ social.title }}" role="button">
                         <span class="icon-{{ social.icon }}" aria-hidden="true"></span>
-                        <span class="sr-only">{{ social.title }}</span>
+                        <span >{{ social.title }}</span>
                     </a>
                 {% endfor %}
             </div>
-- 
GitLab