We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e0c5e commit 676210bCopy full SHA for 676210b
1 file changed
_src/community.html
@@ -73,7 +73,7 @@ <h2>SystemDS Project Committers</h2><br>
73
<div class="profile">
74
<a href="http://github.com/{{ member.githubId }}">
75
<img class="profile--img"
76
- src="{% unless c.avatar %}http://github.com/{{ member.githubId }}.png{% else %}{{ member.avatar }}{% endunless %}">
+ src="{% unless c.avatar %}https://avatars.githubusercontent.com/{{ member.githubId }}{% else %}{{ member.avatar }}{% endunless %}">
77
</a>
78
<div class="profile--info">
79
<a class="profile--name" href="http://github.com/{{ member.githubId }}">{{member.name}}</a>
0 commit comments