app/views/blog/index.html.erb in spud_blog-0.7.0 vs app/views/blog/index.html.erb in spud_blog-0.7.2

- old
+ new

@@ -1,7 +1,8 @@ -<%=content_for :head do%> -<link rel="alternate" type="application/rss+xml" title="<%=Spud::Core.site_name%> Blog RSS" href="<%=blog_url(:format => :rss)%>" /> -<%end%> +<% content_for :head do %> + <%= spud_blog_rss_link %> +<% end %> + <div id="spud_blog_filters"> <%= form_tag blog_path, :class => 'spud_blog_filter_form' do %> <label>Category:</label> <%= spud_post_category_select %> <label>Month:</label> \ No newline at end of file