example/templates/index.rxml in georgi-shinmun-0.3.4 vs example/templates/index.rxml in georgi-shinmun-0.3.5
- old
+ new
@@ -11,10 +11,10 @@
<item>
<title><%= post.title %></title>
<category><%= post.category %></category>
<description><%= strip_tags post.summary %></description>
<author><%= @author || @blog.author %></author>
- <link><%= @blog.url %>/<%= post.path %></link>
+ <link><%= @blog.url %><%= post_path post %></link>
<pubDate><%= rfc822 post.date %></pubDate>
</item>
<% end %>
</channel>
</rss>