Skip to content

Commit 2edd7b2

Browse files
committed
fix
1 parent 62cc4af commit 2edd7b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_data/people.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ faculty:
1717

1818
phd:
1919
- name: "Michele Guerra"
20-
image: "/images/mg.jpg"
20+
image: "/figs/people/default.png"
2121
bio: "Michele is a PhD student researching randomized and trainable models for time series and graphs. The focus of is research is on uncertainty quantification and interpretability."
2222

2323
- name: "Jonas Berg Hansen"

people.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Meet our team!</h1>
1010
<h2>Faculty Members</h2>
1111
{% for person in site.data.people.faculty %}
1212
<div class="person">
13-
<img src="{% if person.image %}{{ person.image }}{% else %}{{ '/figs/people/default.png' | relative_url }}{% endif %}" alt="{{ person.name }}'s profile picture" class="profile-pic" />
13+
<img src="{% if person.image %}{{ person.image }}{% else %}{{'/figs/people/default.png'}}{% endif %}" alt="{{ person.name }}'s profile picture" class="profile-pic" />
1414
<div class="info">
1515
<h3>{{ person.name }}</h3>
1616
<p>{{ person.bio }}</p>

0 commit comments

Comments
 (0)