We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39461a1 commit a9696d0Copy full SHA for a9696d0
_src/assets/img/avatars/phaniarnab_new.jpg
-39.8 KB
_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 member.avatar %}https://avatars.githubusercontent.com/{{ member.githubId }}{% else %}{{ member.avatar }}{% endunless %}">
+ src="{% unless member.avatar %}{{ site.baseurl }}/assets/img/avatars/{{ member.githubId }}.jpg{% 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