Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit 6b058ff

Browse files
committed
lighthouse perf
1 parent 649cc32 commit 6b058ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contact.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hero_id: contact
1111
{% for id, social in site.social %}
1212
{% if (id != 'email' and social.list != false) %}
1313
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-2 social-list-element">
14-
<a class="social-link" href="{{ social.url }}" target="_blank">
14+
<a class="social-link" href="{{ social.url }}" target="_blank" rel="noopener">
1515
<span aria-hidden="true" class="fa social-icon fa-{{ social.icon | default(id) }}"></span>
1616
<span class="social-name">{{ social.name }}</span>
1717
</a>

0 commit comments

Comments
 (0)