We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a5d7f6 + c73a99d commit 9d0297fCopy full SHA for 9d0297f
1 file changed
README.md
@@ -53,7 +53,7 @@ For substantial changes, we ask that a "request for comment" (RFC) document is p
53
54
<div class="people-grid">
55
{% for person in site.github.organization_members %}
56
- <a style="display:block;text-align:center;" src="{{ person.html_url }}">
+ <a style="display:block;text-align:center;" href="{{ person.html_url }}">
57
<img style="width:48px;max-height:48px;" src="{{ person.avatar_url }}"/>
58
<div>{{ person.login }}</div>
59
</a>
0 commit comments