app/views/blog/index.html.erb in spud_blog-0.5.1 vs app/views/blog/index.html.erb in spud_blog-0.6.0
- old
+ new
@@ -1,4 +1,7 @@
+<%=content_for :head do%>
+<link rel="alternate" type="application/rss+xml" title="<%=Spud::Core.site_name%> Blog RSS" href="<%=blog_url()%>" />
+<%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