Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Commit

Permalink
add rel noopener to social links
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkvist committed Jan 19, 2019
1 parent 8f886d5 commit a23644a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="footer__social">
{{ range $k, $v := $items }}
{{ if $v}}
<a href="{{ $v }}" class="footer__social__link" alt="{{ $k }}" target="_blank" aria-label="{{ $v }}">
<a href="{{ $v }}" class="footer__social__link" alt="{{ $k }}" target="_blank" aria-label="{{ $v }}" rel="noopener">
<span>
<i class="fab fa-{{ $k }}"></i>
</span>
Expand Down

0 comments on commit a23644a

Please sign in to comment.