diff --git a/themes/cetcat/templates/syndication.html b/themes/cetcat/templates/syndication.html
index dbff099..e43833f 100644
--- a/themes/cetcat/templates/syndication.html
+++ b/themes/cetcat/templates/syndication.html
@@ -5,7 +5,7 @@
{# Thumbnail image to show when homepage is shared on social media. It also
serves as the default image for posts whose featured_image is not set. #}
{% if not FEATURED_IMAGE %}
-{% set FEATURED_IMAGE = 'https://keet.space/images/keet.jpg' %}
+{% set FEATURED_IMAGE = '' %}
{% else %}
{% set FEATURED_IMAGE = FEATURED_IMAGE %}
{% endif %}
@@ -43,8 +43,8 @@ serves as the default image for posts whose featured_image is not set. #}
-
-
+
+
{% if FEATURED_IMAGE %}