From 398fc0e1a3c84bc7d897b8a4108ce24553ddf291 Mon Sep 17 00:00:00 2001 From: Chad Birch Date: Tue, 30 Apr 2013 00:24:58 -0600 Subject: [PATCH] Add to rss data where relevant --- r2/r2/templates/link.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/r2/r2/templates/link.xml b/r2/r2/templates/link.xml index bd5b398cd..d1390f8ef 100644 --- a/r2/r2/templates/link.xml +++ b/r2/r2/templates/link.xml @@ -37,6 +37,9 @@ %> ${thing.title} + %if thing.different_sr: + ${thing.subreddit.name} + %endif ${url} ${permalink} ${thing._date.strftime('%a, %d %b %Y %H:%M:%S %z')}