@@ -356,11 +356,13 @@ <h1 class="title title-lg">
356356 < ul class ="contributors ">
357357 {% for id, contributor in config.contributors.items() %}
358358 < li class ="contributor " id ="contributors-{{ id }} ">
359- {% if contributor.avatar_url|int != 0 %}
360- < img class ="contributor-avatar " src ="https://avatars.githubusercontent.com/u/{{ contributor.avatar_url }}?v=4&s=100 " height ="100 " width ="100 " alt ="{{ contributor.name }} avatar ">
361- {% else %}
362- < img class ="contributor-avatar " src ="{{ contributor.avatar_url }} " height ="100 " width ="100 " alt ="{{ contributor.name }} avatar ">
363- {% endif %}
359+ < div class ="contributor-avatars ">
360+ {% if contributor.avatar_url|int != 0 %}
361+ < img class ="contributor-avatar " src ="https://avatars.githubusercontent.com/u/{{ contributor.avatar_url }}?v=4&s=100 " height ="100 " width ="100 " alt ="{{ contributor.name }} avatar ">
362+ {% else %}
363+ < img class ="contributor-avatar " src ="{{ contributor.avatar_url }} " height ="100 " width ="100 " alt ="{{ contributor.name }} avatar ">
364+ {% endif %}
365+ </ div >
364366 < div >
365367 < div class ="contributor-name "> {{ contributor.name }}</ div >
366368 {% if contributor.twitter %}
@@ -385,6 +387,17 @@ <h1 class="title title-lg">
385387 </ a >
386388 </ div >
387389 {% endif %}
390+ {% if contributor.bluesky %}
391+ < div class ="contributor-social ">
392+ < a href ="https://bsky.app/{{ contributor.bluesky }} " aria-labelledby ="contributors-{{ id }}-bluesky ">
393+ < svg role ="img ">
394+ < title id ="contributors-{{ id }}-bluesky "> {{ onBluesky(contributor.bluesky) }}</ title >
395+ < use xmlns:xlink ="http://www.w3.org/1999/xlink " xlink:href ="#bluesky-logo "> </ use >
396+ </ svg >
397+ {{ contributor.bluesky }}
398+ </ a >
399+ </ div >
400+ {% endif %}
388401 {% if contributor.github %}
389402 < div class ="contributor-social ">
390403 < a href ="https://github.com/{{ contributor.github }} " aria-labelledby ="contributors-{{ id }}-github ">
0 commit comments