Skip to content

Commit

Permalink
updates external links by adding rel
Browse files Browse the repository at this point in the history
  • Loading branch information
sornekian committed Dec 5, 2023
1 parent b9cb9b5 commit 7d95646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/about-page/about-card-sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
</div>
<div class="about-us-section-content">
<div class="flex-container-row flex-container-row--partners">
{% comment %}
{% comment %}
{%for sponsor in site.data.internal.sponsors%}
<a href="{{sponsor.link}}" target="_blank" alt="{{sponsor.name}}">
<a href="{{sponsor.link}}" target="_blank" alt="{{sponsor.name}}" rel="noopener noreferrer">
<img width="150px" height="150px" src="{{sponsor.img_url}}" title="{{sponsor.name}}">
</a>
{% endfor %}
Expand Down

0 comments on commit 7d95646

Please sign in to comment.