1
0
Fork 0

Render feed with actual tags

This commit is contained in:
Sebastian Schulze 2014-05-28 19:27:41 +02:00
parent b330953c81
commit dca1c6b229
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
xml.updated File.mtime(article.source_file).iso8601
xml.author { xml.name "Bascht" }
# xml.summary article.summary, "type" => "html"
xml.tags article.tags
xml.content article.body, "type" => "html"
end
end