Serve public description (not sidebar) in rss description.

This commit is contained in:
Logan Hanks
2012-10-18 10:01:41 -07:00
committed by Neil Williams
parent 2eb24e46ce
commit 92bac3f77c

View File

@@ -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: