mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
fixed rss content and added header information to rss link
This commit is contained in:
parent
1b7d35a7b8
commit
46f795fb88
2 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ xml.rss :version => "2.0" do
|
|||
@papers.each do |doc|
|
||||
xml.item do
|
||||
xml.title doc.name
|
||||
xml.description article.content[0, doc.content.length < 30 ? doc.content.length : 30]
|
||||
xml.description truncate(doc.content, length: 768)
|
||||
xml.pubDate doc.published_at.to_date.to_s(:rfc822)
|
||||
xml.link doc.url
|
||||
xml.guid doc.url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue