Skip to content

Commit 855cb8d

Browse files
kulbhushanchandmmistakes
authored andcommitted
Added missing ref attribute (mmistakes#1959)
As suggested by @mmistakes in mmistakes#1948 (comment)
1 parent f2c9aeb commit 855cb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/author-profile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
5151
{% if author.links %}
5252
{% for link in author.links %}
5353
{% if link.label and link.url %}
54-
<li><a href="{{ link.url }}"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
54+
<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>
5555
{% endif %}
5656
{% endfor %}
5757
{% endif %}

0 commit comments

Comments
 (0)