Skip to content

Commit

Permalink
Added missing ref attribute (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbhushanchand authored and mmistakes committed Nov 20, 2018
1 parent f2c9aeb commit 855cb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
{% if author.links %}
{% for link in author.links %}
{% if link.label and link.url %}
<li><a href="{{ link.url }}"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
<li><a href="{{ link.url }}" rel="nofollow noopener noreferrer"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
{% endif %}
{% endfor %}
{% endif %}
Expand Down

0 comments on commit 855cb8d

Please sign in to comment.