diff --git a/_includes/conferences.html b/_includes/conferences.html
index 7775c45..fa78a94 100644
--- a/_includes/conferences.html
+++ b/_includes/conferences.html
@@ -8,8 +8,10 @@
{% if conference.summary != "_No response_" %}
{{ conference.summary | markdownify }}
{% endif %}
- Speaking:
- {{ conference.speaking | markdownify }}
+ {% if conference.speaking != "_No response_" %}
+ Speaking:
+ {{ conference.speaking | markdownify }}
+ {% endif %}
{% endfor %}
{% else %}