Skip to content

Commit

Permalink
Merge pull request #1678 from tomdiggle/master
Browse files Browse the repository at this point in the history
Add rel="noopener" to social links
  • Loading branch information
bookernath authored May 18, 2020
2 parents d681ca9 + 4934c6b commit fdf5efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/common/social-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ul class="socialLinks socialLinks--alt">
{{#each social_media}}
<li class="socialLinks-item">
<a class="icon icon--{{display_name}}" href="{{url}}" target="_blank">
<a class="icon icon--{{display_name}}" href="{{url}}" target="_blank" rel="noopener">
<svg><use xlink:href="#icon-{{display_name}}" /></svg>
</a>
</li>
Expand Down

0 comments on commit fdf5efe

Please sign in to comment.