From d85b7d8db9ab9dd288ba0d076bdc26c6d223a215 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Sat, 30 Jun 2012 18:46:26 -0500 Subject: [PATCH] add a guid to point to the comments url rather than the linked url --- app/views/home/rss.erb | 1 + 1 file changed, 1 insertion(+) 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 %>