diff --git a/base.twig b/base.twig
index cdc3cfd2751ab99f6e61696d445dd8ea7a076ba8..0cb62b1a0b2ab20f291cedf78913d3059cf3e1a4 100644
--- a/base.twig
+++ b/base.twig
@@ -73,7 +73,7 @@
                 </div>
                 <div class="social col-md-7 col-sd-12">
                     {% for social in pages["_meta"].meta.social %}
-                    <a href="{{ social.url }}" title="{{ social.title }}" role="button">
+                    <a href="{{ social.url | url }}" title="{{ social.title }}" role="button">
                         <span class="icon-{{ social.icon }}" aria-hidden="true"></span>
                         <span >{{ social.title }}</span>
                     </a>