Skip to content

Commit 7e87f0d

Browse files
committed
Update event.md
1 parent 434f79c commit 7e87f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ body {
208208
<div class="card custom-card">
209209
<div class="card-body text-center">
210210
{% if speaker.image %}
211-
<img src="{{ speaker.image }}" class="img-fluid rounded-circle mb-3" alt="{{ speaker.name }}">
211+
<img src="{{ speaker.picture }}" class="img-fluid rounded-circle mb-3" alt="{{ speaker.name }}">
212212
{% else %}
213213
<i class="fas fa-user-circle icon-feature"></i>
214214
{% endif %}

0 commit comments

Comments
 (0)