From 6d3ca3399fa9e6be2e0e7a3ff6e3d2eb006b9b17 Mon Sep 17 00:00:00 2001 From: rra Date: Sat, 19 May 2018 20:58:51 +0200 Subject: [PATCH] large twitter cards for articles --- theme/wttf/templates/syndication.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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 %}