mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-28 00:07:57 -05:00
Add <category> to rss data where relevant
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
%>
|
||||
<item>
|
||||
<title>${thing.title}</title>
|
||||
%if thing.different_sr:
|
||||
<category>${thing.subreddit.name}</category>
|
||||
%endif
|
||||
<link>${url}</link>
|
||||
<guid isPermaLink="true">${permalink}</guid>
|
||||
<pubDate>${thing._date.strftime('%a, %d %b %Y %H:%M:%S %z')}</pubDate>
|
||||
|
||||
Reference in New Issue
Block a user