_includes/nav-social.html in alembic-jekyll-theme-2.1.0 vs _includes/nav-social.html in alembic-jekyll-theme-2.1.1
- old
+ new
@@ -1,8 +1,8 @@
<nav class="nav nav--social">
{% for link in site.social_links %}
{% assign id = link[0] | downcase %}
- <a href="{{ link[1] }}" title="{{ link[0] }}">
+ <a href="{{ link[1] }}">
{% include icon.html id=id title=id %}
</a>
{% endfor %}
</nav>