From aa79073f033290a6ab23415cdcedc90380bb71ea Mon Sep 17 00:00:00 2001 From: rra Date: Tue, 6 Mar 2018 19:00:45 +0100 Subject: [PATCH] description tags now based on article summary --- themes/varia/templates/syndication.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/varia/templates/syndication.html b/themes/varia/templates/syndication.html index c1cff3f3e2..cf662817f7 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() %}