Skip to content

Commit a9696d0

Browse files
committed
use image links from the site assets
1 parent 39461a1 commit a9696d0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-39.8 KB
Binary file not shown.

_src/community.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>SystemDS Project Committers</h2><br>
7373
<div class="profile">
7474
<a href="http://github.com/{{ member.githubId }}">
7575
<img class="profile--img"
76-
src="{% unless member.avatar %}https://avatars.githubusercontent.com/{{ member.githubId }}{% else %}{{ member.avatar }}{% endunless %}">
76+
src="{% unless member.avatar %}{{ site.baseurl }}/assets/img/avatars/{{ member.githubId }}.jpg{% else %}{{ member.avatar }}{% endunless %}">
7777
</a>
7878
<div class="profile--info">
7979
<a class="profile--name" href="http://github.com/{{ member.githubId }}">{{member.name}}</a>

0 commit comments

Comments
 (0)