Skip to content

Commit

Permalink
Fix feed guid.
Browse files Browse the repository at this point in the history
  • Loading branch information
19WAS85 committed Jul 3, 2010
1 parent 9252d9f commit 0683b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def feed(posts)
xml.link "#{host}/#{post.link}"
xml.description textile(post.text)
xml.pubDate post.date.rfc822()
xml.guid "#{host}/#{post.id}"
xml.guid "#{host}/#{post.link}"
end
end
end
Expand Down

0 comments on commit 0683b06

Please sign in to comment.