Fixed base_link
This commit is contained in:
parent
43897cc961
commit
38b079d42d
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ def rss_route():
|
||||||
<link>{base_link}{link}</link>
|
<link>{base_link}{link}</link>
|
||||||
<pubDate>{published}</pubDate>
|
<pubDate>{published}</pubDate>
|
||||||
<description><![CDATA[{content}]]></description>
|
<description><![CDATA[{content}]]></description>
|
||||||
<media:content medium="image" url="{base_link}{image}" width="200" height="150" />
|
<media:content medium="image" url="{image}" width="200" height="150" />
|
||||||
</item>
|
</item>
|
||||||
"""
|
"""
|
||||||
).format(
|
).format(
|
||||||
|
|
Loading…
Reference in a new issue