diff --git a/source/_includes/front-speakers.html.twig b/source/_includes/front-speakers.html.twig index 0a96a3c..774aaa9 100644 --- a/source/_includes/front-speakers.html.twig +++ b/source/_includes/front-speakers.html.twig @@ -14,11 +14,13 @@ - - - Photo of {{ speaker.name }} - - + {% if speaker.image %} + + + Photo of {{ speaker.name }} + + + {% endif %} {% endfor %}