wiki: Link in the revision listing.

This commit is contained in:
Andre D
2012-09-13 00:59:42 -05:00
committed by Neil Williams
parent b357725544
commit e36780f4c4

View File

@@ -20,8 +20,13 @@
## reddit Inc. All Rights Reserved.
###############################################################################
<%!
from r2.lib.template_helpers import get_domain
%>
<item>
<title>${thing._id}</title>
<link>http://${get_domain(subreddit=False)}/${c.wiki_base_url}/${thing.page}?v=${thing._id}</link>
<author>${thing._get('author', 'Unknown')}</author>
<category>${thing.sr}/${thing.page}</category>
<description>${thing._get('reason')}</description>