美化订阅功能

This commit is contained in:
yafei Lee 2012-06-26 12:55:43 +08:00
parent 3460058519
commit a0f2a6fdae
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ xml.rss "version" => "2.0", "xmlns:dc" => "http://purl.org/dc/elements/1.1/" do
xml.item do
xml.title post.title
xml.link blog_url(post)
xml.description post.content
xml.description post.content_html
xml.guid blog_url(post)
end
end