From 92bac3f77c57d01e47cc33ba9dbb1fe97d1ca256 Mon Sep 17 00:00:00 2001 From: Logan Hanks Date: Thu, 18 Oct 2012 10:01:41 -0700 Subject: [PATCH] Serve public description (not sidebar) in rss description. --- r2/r2/templates/base.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/templates/base.xml b/r2/r2/templates/base.xml index d4dd24744..a14953334 100644 --- a/r2/r2/templates/base.xml +++ b/r2/r2/templates/base.xml @@ -30,7 +30,7 @@ ${self.Title()} ${add_sr("/", force_hostname = True)} - ${c.site.description or ''} + ${c.site.public_description or ''} <% if g.css_killswitch or not c.site.header: