Skip to content

Commit c73a99d

Browse files
committed
make the anchor tags actually clickable
1 parent 3a5d7f6 commit c73a99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For substantial changes, we ask that a "request for comment" (RFC) document is p
5353

5454
<div class="people-grid">
5555
{% for person in site.github.organization_members %}
56-
<a style="display:block;text-align:center;" src="{{ person.html_url }}">
56+
<a style="display:block;text-align:center;" href="{{ person.html_url }}">
5757
<img style="width:48px;max-height:48px;" src="{{ person.avatar_url }}"/>
5858
<div>{{ person.login }}</div>
5959
</a>

0 commit comments

Comments
 (0)