We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434f79c commit 7e87f0dCopy full SHA for 7e87f0d
_pages/event.md
@@ -208,7 +208,7 @@ body {
208
<div class="card custom-card">
209
<div class="card-body text-center">
210
{% if speaker.image %}
211
- <img src="{{ speaker.image }}" class="img-fluid rounded-circle mb-3" alt="{{ speaker.name }}">
+ <img src="{{ speaker.picture }}" class="img-fluid rounded-circle mb-3" alt="{{ speaker.name }}">
212
{% else %}
213
<i class="fas fa-user-circle icon-feature"></i>
214
{% endif %}
0 commit comments