Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wagnerandrade/wind
Browse files Browse the repository at this point in the history
  • Loading branch information
19WAS85 committed Jul 1, 2010
2 parents d1b4b5d + ffc855a commit 6199f84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/feed.erb
Expand Up @@ -10,8 +10,8 @@
<title><%= post.title %></title>
<link><%= "#{host}/#{post.link}" %></link>
<description><%= textile post.text %></description>
<pubDate><%= universal post.date %></pubDate>
<guid><%= universal @posts.first.date %></guid>
<pubDate><%= post.date.rfc822 %></pubDate>
<guid><%= post.date.rfc822 %></guid>
</item>
<% end %>
</channel>
Expand Down

0 comments on commit 6199f84

Please sign in to comment.