Skip to content

Commit

Permalink
add nid to rss titles (publiclab#5644)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored May 1, 2019
1 parent 2388ae5 commit 894b1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/notes/rss.rss.builder
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ xml.rss :version => '2.0', 'xmlns:atom' => 'http://www.w3.org/2005/Atom' do
end

xml.item do
xml.title node.title
xml.title node.title + " (##{node.id})"
xml.author author
xml.pubDate node.created_at.to_s(:rfc822)
xml.link "https://" + request.host.to_s + node.path
Expand Down

0 comments on commit 894b1e6

Please sign in to comment.