<% content_for :title do %> Blog | <%=current_site_name%> <% end %> <% content_for :head do %> <%= spud_blog_rss_link %> <% end %>
<%= form_tag blog_path, :class => 'spud_blog_filter_form' do %> <%= spud_post_category_select %> <%= spud_post_archive_select %> <% end %>
<% if @posts.any? %> <%= render :partial => "post", :collection => @posts %> <% else %>

No posts were found in this category

<% end %>
<%= will_paginate @posts %>