This is an automated email from the ASF dual-hosted git repository.
baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds-website.git
The following commit(s) were added to refs/heads/main by this push:
new 676210b3 [MINOR] fix contributors pictures (#151)
676210b3 is described below
commit 676210b31febf6c28afd12dc6840c3a897cf68c8
Author: Sebastian Baunsgaard <[email protected]>
AuthorDate: Thu May 1 11:15:40 2025 +0200
[MINOR] fix contributors pictures (#151)
---
_src/community.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_src/community.html b/_src/community.html
index 3384006c..ba7bd6b9 100644
--- a/_src/community.html
+++ b/_src/community.html
@@ -73,7 +73,7 @@ limitations under the License.
<div class="profile">
<a href="http://github.com/{{ member.githubId }}">
<img class="profile--img"
- 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 %}">
</a>
<div class="profile--info">
<a class="profile--name" href="http://github.com/{{ member.githubId
}}">{{member.name}}</a>