diff --git a/_src/_includes/relatedposts.html b/_src/_includes/relatedposts.html
index da7d82d1..269cb9dc 100644
--- a/_src/_includes/relatedposts.html
+++ b/_src/_includes/relatedposts.html
@@ -9,7 +9,9 @@
- {% picture featured {{ post.image }} %}
+ {% if post.image %}
+ {% picture featured {{ post.image }} %}
+ {% endif %}
{{ post.title | titlecase }}