Skip to content

Commit 62cc4af

Browse files
committed
uodate default
1 parent 6871021 commit 62cc4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/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' | relative_url }}{% 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)