_includes/nav-social.html in alembic-jekyll-theme-2.0.2 vs _includes/nav-social.html in alembic-jekyll-theme-2.0.3

- old
+ new

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