From 9750a8f58f00c2fe37b6a91e26db81cc5e26b8ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 Mar 2020 07:39:45 +0100 Subject: [PATCH] templates: repeat fragment title in feed item description --- panikweb_templates/templates/feed/soundfile.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %} -- 2.39.2