Added missing ref attribute (#1959) As suggested by @mmistakes in https://github.com/mmistakes/minimal-mistakes/issues/1948#issuecomment-439888193
1 files changed, 1 insertions(+), 1 deletions(-) M _includes/author-profile.html
M _includes/author-profile.html => _includes/author-profile.html +1 -1
@@ 51,7 51,7 @@ {% 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 %}