From 522891b670d1c8952742eb263d7a9d153f463bd6 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Tue, 29 Sep 2020 22:42:19 +0200 Subject: [PATCH] Add url filter to social --- base.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.twig b/base.twig index cdc3cfd..0cb62b1 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> -- GitLab