Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
Added rel=noopener to social links to resolve lighthouse best practic…
Browse files Browse the repository at this point in the history
…e audit issue (#218)
  • Loading branch information
marcofranssen authored and ppoffice committed May 19, 2018
1 parent eb54986 commit 213b12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/common/sidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<% for (var i in theme.customize.social_links) { %>
<% if (theme.customize.social_links[i]) { %>
<li>
<a class="social-tooltip" title="<%= i %>" href="<%- url_for(theme.customize.social_links[i]) %>" target="_blank">
<a class="social-tooltip" title="<%= i %>" href="<%- url_for(theme.customize.social_links[i]) %>" target="_blank" rel="noopener">
<i class="icon fa fa-<%= i %>"></i>
</a>
</li>
Expand All @@ -24,4 +24,4 @@
<% }) %>
<% } %>
</div>
</aside>
</aside>

0 comments on commit 213b12b

Please sign in to comment.