Skip to content

Commit 885b91c

Browse files
committed
Add atom:link
1 parent bff472c commit 885b91c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/updates/feed.rss.builder

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ xml.rss version: "2.0" do
55
xml.description "These are the latest updates from Visualizer"
66
xml.link feed_updates_url
77
xml.lastBuildDate @updates.first.published_at.rfc822
8+
xml.tag! "atom:link", href: feed_updates_url(format: "rss"), rel: "self", type: "application/rss+xml"
89

910
@updates.each do |update|
1011
xml.item do

0 commit comments

Comments
 (0)