Skip to content

Commit

Permalink
added rel attribute to anchor tag (hackforla#6282)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanwsimmons authored Feb 12, 2024
1 parent 71260d4 commit 304aa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/communities-of-practice.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3 class = "Title4">{{ community[1].name}}</h3>
<div class='leader-list--communities'>
{% for leader in community[1].leadership %}
<div class='leader-card--communities'>
<a href='{{ leader.links.github }}' target='_blank' title='GitHub Profile'><img class='leader-img--communities' src='{{ leader.picture }}'/></a>
<a href='{{ leader.links.github }}' target='_blank' title='GitHub Profile'><img class='leader-img--communities' src='{{ leader.picture }}' rel='noopener noreferrer'/></a>
<div class='leader-description'>
<p class='leader-description-field'><strong>Name: </strong>
{% if page.status == "Completed" and item.links.linkedin %}
Expand Down

0 comments on commit 304aa50

Please sign in to comment.