File tree 3 files changed +12
-13
lines changed
3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
1
< section class ="biocard ">
2
- < img
3
- class ="biocard-photo "
4
- alt ="{{ include.name }} "
5
- width =160
6
- height =160
7
- src ="/assets/bios/{{ include.photo }} "
8
- loading ="{% if include.loading %}{{ include.loading }}{% else %}lazy{% endif %} " />
2
+ {% if include.photo %}
3
+ < img
4
+ class ="biocard-photo "
5
+ alt ="{{ include.name }} "
6
+ width =160
7
+ height =160
8
+ src ="/assets/bios/{{ include.photo }} "
9
+ loading ="{% if include.loading %}{{ include.loading }}{% else %}lazy{% endif %} " />
10
+ {% endif %}
9
11
< div class ="biocard-copy ">
10
12
< div class ="biocard-header "> {{ include.name }}</ div >
11
13
{% if include.affiliation %}
Original file line number Diff line number Diff line change 286
286
287
287
software_steering_council:
288
288
- name: Eric Charles
289
- photo:
290
- twitter_handle:
289
+ photo: placeholder.png
291
290
gh_handle: echarles
292
291
subproject: Jupyter Notebook
293
292
- name: Frédéric Collonval
301
300
gh_handle: sylvaincorlay
302
301
subproject: Voilà
303
302
- name: Itay Dafna
304
- photo:
305
- twitter_handle:
303
+ photo: placeholder.png
306
304
gh_handle: ibdafna
307
305
subproject: Jupyter Widgets
308
306
- name: Paul Ivanov
333
331
twitter_handle: zrsailer
334
332
subproject: Jupyter Server
335
333
- name: Rick Wagner
336
- photo:
337
- twitter_handle:
334
+ photo: placeholder.png
338
335
gh_handle: rpwagner
339
336
subproject: Jupyter Security
340
337
- name: Carol Willing
You can’t perform that action at this time.
0 commit comments