diff --git a/app/views/home/rss.erb b/app/views/home/rss.erb index efede57..a311c8a 100644 --- a/app/views/home/rss.erb +++ b/app/views/home/rss.erb @@ -10,6 +10,7 @@ <%= raw coder.encode(story.title, :decimal) %> <%= story.url_or_comments_url %> + <%= story.comments_url %> <%= story.user.username %> <%= story.created_at.rfc2822 %> <%= story.comments_url %>