Skip to content
Snippets Groups Projects
Verified Commit 522891b6 authored by David Beniamine's avatar David Beniamine
Browse files

Add url filter to social

parent 85293141
Branches
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
</div> </div>
<div class="social col-md-7 col-sd-12"> <div class="social col-md-7 col-sd-12">
{% for social in pages["_meta"].meta.social %} {% 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 class="icon-{{ social.icon }}" aria-hidden="true"></span>
<span >{{ social.title }}</span> <span >{{ social.title }}</span>
</a> </a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment