Skip to content

Commit 9d0297f

Browse files
authored
Merge pull request #16 from ericawright/master
fix: make the anchor tags actually clickable
2 parents 3a5d7f6 + c73a99d commit 9d0297f

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)