@@ -12,7 +12,8 @@ <h2>Faculty Members</h2>
1212 < div class ="person-grid ">
1313 {% for person in site.data.people.faculty %}
1414 < div class ="person ">
15- < img src ="{% if person.image %}{{ person.image }}{% else %}{{'/figs/people/default.png'}}{% endif %} " alt ="{{ person.name }}'s profile picture " class ="profile-pic " />
15+ < img src ="{% if person.image %}{{ person.image }}{% else %}{{'/figs/people/default.png'}}{% endif %} "
16+ alt ="{{ person.name }}'s profile picture " class ="profile-pic " />
1617 < div class ="info ">
1718 < h3 > {{ person.name }}</ h3 >
1819 < p > {{ person.bio }}</ p >
@@ -60,7 +61,8 @@ <h2>Researchers and postdocs</h2>
6061 < div class ="person-grid ">
6162 {% for person in site.data.people.postdoc %}
6263 < div class ="person ">
63- < img src ="{% if person.image %}{{ person.image }}{% else %}{{'/figs/people/default.png'}}{% endif %} " alt ="{{ person.name }}'s profile picture " class ="profile-pic " />
64+ < img src ="{% if person.image %}{{ person.image }}{% else %}{{'/figs/people/default.png'}}{% endif %} "
65+ alt ="{{ person.name }}'s profile picture " class ="profile-pic " />
6466 < div class ="info ">
6567 < h3 > {{ person.name }}</ h3 >
6668 < p > {{ person.bio }}</ p >
@@ -108,7 +110,8 @@ <h2>PhD students</h2>
108110 < div class ="person-grid ">
109111 {% for person in site.data.people.phd %}
110112 < div class ="person ">
111- < img src ="{% if person.image %}{{ person.image }}{% else %}{{'/figs/people/default.png'}}{% endif %} " alt ="{{ person.name }}'s profile picture " class ="profile-pic " />
113+ < img src ="{% if person.image %}{{ person.image }}{% else %}{{'/figs/people/default.png'}}{% endif %} "
114+ alt ="{{ person.name }}'s profile picture " class ="profile-pic " />
112115 < div class ="info ">
113116 < h3 > {{ person.name }}</ h3 >
114117 < p > {{ person.bio }}</ p >
@@ -143,6 +146,11 @@ <h3>{{ person.name }}</h3>
143146 < i class ="fab fa-github "> </ i >
144147 </ a >
145148 {% endif %}
149+ {% if person.bluesky %}
150+ < a href ="{{ person.bluesky }} " target ="_blank " title ="Bluesky ">
151+ < i class ="fab fa-bluesky "> </ i >
152+ </ a >
153+ {% endif %}
146154 </ div >
147155 </ div >
148156 </ div >
@@ -157,7 +165,8 @@ <h2>Collaborators and Visitors</h2>
157165 {% for person in site.data.people.collaborator %}
158166 < div class ="collaborator ">
159167 <!-- Image (optional) -->
160- < img src ="{% if person.image %}{{ person.image }}{% else %}{{'/figs/people/default.png'}}{% endif %} " alt ="{{ person.name }}'s profile picture " class ="profile-pic " />
168+ < img src ="{% if person.image %}{{ person.image }}{% else %}{{'/figs/people/default.png'}}{% endif %} "
169+ alt ="{{ person.name }}'s profile picture " class ="profile-pic " />
161170
162171 <!-- Information -->
163172 < div class ="info ">
@@ -202,4 +211,4 @@ <h3>{{ person.name }}</h3>
202211 {% endfor %}
203212 </ div >
204213 </ section >
205- </ div >
214+ </ div >
0 commit comments