<% 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 %>

<%= @post.title %>

Posted by <%= @post.author.full_name %> on <%= @post.display_date %>

<% if @post.categories.any? %>

Filed under <%= raw(@post.categories.collect{ |c| link_to c.name, blog_category_path(c.url_name) }.join(', ')) %>

<% end %>
<%= raw @post.content_processed %>
<% if @post.comments_enabled %>
Post a Comment:
<%= render 'comment_form' %>
<% end %>