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

Always show social title

parent f92bff95
Branches
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
{% 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 }}" title="{{ social.title }}" role="button">
<span class="icon-{{ social.icon }}" aria-hidden="true"></span> <span class="icon-{{ social.icon }}" aria-hidden="true"></span>
<span class="sr-only">{{ social.title }}</span> <span >{{ social.title }}</span>
</a> </a>
{% endfor %} {% endfor %}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment