Fixed image URLs in RSS feeds
This commit is contained in:
parent
c2c609f205
commit
830d558140
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ def rss_route():
|
|||
<link>https://blog.platypush.tech{link}</link>
|
||||
<pubDate>{published}</pubDate>
|
||||
<description><![CDATA[{content}]]></description>
|
||||
<media:content medium="image" url="https://blog.platypush.tech/img{image}" width="200" height="150" />
|
||||
<media:content medium="image" url="https://blog.platypush.tech{image}" width="200" height="150" />
|
||||
</item>
|
||||
'''.format(
|
||||
title=page.get('title', '[No Title]'),
|
||||
|
|
Loading…
Reference in a new issue