diff --git a/theme/wttf/templates/syndication.html b/theme/wttf/templates/syndication.html index e96d5b5..c7643b4 100644 --- a/theme/wttf/templates/syndication.html +++ b/theme/wttf/templates/syndication.html @@ -27,23 +27,18 @@ serves as the default image for posts whose featured_image is not set. #} {% if article.featured_image %} - {% if I18N_SUBSITES %} - {% for lang, url in I18N_SUBSITES.items() %} - {% if lang == 'en' %} - {% endif %} - {% endfor %} -{% endif %} {% else %} {% if FEATURED_IMAGE %} + {% endif %} {% endif %} - + {% endif %} {% if not article %}