From: Frédéric Péters Date: Tue, 17 Mar 2020 06:39:45 +0000 (+0100) Subject: templates: repeat fragment title in feed item description X-Git-Tag: v2021~192 X-Git-Url: https://git.0d.be/?p=panikweb.git;a=commitdiff_plain;h=9750a8f58f00c2fe37b6a91e26db81cc5e26b8ad templates: repeat fragment title in feed item description --- diff --git a/panikweb_templates/templates/feed/soundfile.html b/panikweb_templates/templates/feed/soundfile.html index ef87b9e..866e6be 100644 --- a/panikweb_templates/templates/feed/soundfile.html +++ b/panikweb_templates/templates/feed/soundfile.html @@ -1,4 +1,8 @@ {% load paniktags thumbnail %} +{% if obj.fragment %} +{{ obj.title }} +
+{% endif %} {% if obj.episode.image %} {% thumbnail obj.episode.image "320x240" crop="50% 25%" as im %}