example/templates/index.rxml in georgi-shinmun-0.3.3 vs example/templates/index.rxml in georgi-shinmun-0.3.4

- 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 %>.html</link> + <link><%= @blog.url %>/<%= post.path %></link> <pubDate><%= rfc822 post.date %></pubDate> </item> <% end %> </channel> </rss>