% content_for :title do %> <%= @post.title %> | <%=current_site_name%> <% end %> <% content_for :head do %> <%= spud_blog_rss_link %> <% if @post.meta_keywords.blank? %> <% else %> <% end %> <% end %>
Filed under <%= raw(@post.categories.collect{ |c| link_to c.name, blog_category_path(c.url_name) }.join(', ')) %>
<% end %>
Post a Comment:
<%= render 'comment_form' %>