add a guid to point to the comments url rather than the linked url

This commit is contained in:
joshua stein 2012-06-30 18:46:26 -05:00
parent 7b3cbdddee
commit d85b7d8db9

View file

@ -10,6 +10,7 @@
<item>
<title><%= raw coder.encode(story.title, :decimal) %></title>
<link><%= story.url_or_comments_url %></link>
<guid><%= story.comments_url %></guid>
<author><%= story.user.username %></author>
<pubDate><%= story.created_at.rfc2822 %></pubDate>
<comments><%= story.comments_url %></comments>