mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 06:18:08 -05:00
Serve public description (not sidebar) in rss description.
This commit is contained in:
committed by
Neil Williams
parent
2eb24e46ce
commit
92bac3f77c
@@ -30,7 +30,7 @@
|
||||
<channel>
|
||||
<title>${self.Title()}</title>
|
||||
<link>${add_sr("/", force_hostname = True)}</link>
|
||||
<description>${c.site.description or ''}</description>
|
||||
<description>${c.site.public_description or ''}</description>
|
||||
<image>
|
||||
<%
|
||||
if g.css_killswitch or not c.site.header:
|
||||
|
||||
Reference in New Issue
Block a user