diff --git a/themes/varia/templates/syndication.html b/themes/varia/templates/syndication.html
index c1cff3f3..cf662817 100644
--- a/themes/varia/templates/syndication.html
+++ b/themes/varia/templates/syndication.html
@@ -15,7 +15,7 @@ serves as the default image for posts whose featured_image is not set. #}
{% if article %}
-
+
{% if article.date %}
@@ -26,7 +26,10 @@ serves as the default image for posts whose featured_image is not set. #}
{% endif %}
-
+
+
+
+
{% if article.featured_image %}
{% if I18N_SUBSITES %}
{% for lang, url in I18N_SUBSITES.items() %}