We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c5444 commit c741bb4Copy full SHA for c741bb4
_includes/author-profile.html
@@ -51,7 +51,7 @@ <h3 class="author__name" itemprop="name">{{ author.name }}</h3>
51
{% if author.links %}
52
{% for link in author.links %}
53
{% 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>
+ <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>
55
{% endif %}
56
{% endfor %}
57
0 commit comments