Skip to content

Commit f4ceab9

Browse files
authoredMar 20, 2024··
Update footer.html
1 parent 04685ec commit f4ceab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% if site.footer.links %}
1111
{% for link in site.footer.links %}
1212
{% if link.label and link.url %}
13-
<li><a href="{{ link.url }}" rel="me nofollow noopener noreferrer"><i class="{{ link.icon | default: 'fas fa-link' }}" aria-hidden="true"></i> {{ link.label }}</a></li>
13+
<li><a href="{{ link.url }}" target="_blank">{{ link.label }}</a></li>
1414
{% endif %}
1515
{% endfor %}
1616
{% endif %}

0 commit comments

Comments
 (0)
Please sign in to comment.