<% if post.live? %>

<%= post.published_at.strftime("%B %d, %Y") %>

<%= post.title %>

<% post_body = post.body.html_safe %> <%= truncate(post_body, :length => 300, :separator => ' ') %>

<%= link_to t('blog.shared.posts.read_more'), blog_post_url(post) %>

<% end %>