From: Frédéric Péters Date: Fri, 31 Aug 2018 20:51:07 +0000 (+0200) Subject: update feed main image to esperanzah X-Git-Url: https://git.0d.be/?p=panikweb.git;a=commitdiff_plain;h=4cdd75c7bd1298635d3a645bbbb16109ca36751c update feed main image to esperanzah --- diff --git a/panikweb/views.py b/panikweb/views.py index fd4b33d..d992944 100644 --- a/panikweb/views.py +++ b/panikweb/views.py @@ -700,7 +700,7 @@ class RssCustomPodcastsFeed(Rss201rev2Feed): if emission and emission.image and emission.image.url: image_url = emission.image.url else: - image_url = '/static/img/logo-panik-500.png' + image_url = '/static/img/favicon-rose.png' image_url = urlparse.urljoin(self.feed['link'], image_url) handler.startElement('image', {}) if emission: