% if post.live? %>
<%= t('blog.shared.posts.created_at', :when => post.published_at.strftime('%d %B %Y')) %>
<%= link_to t('blog.shared.posts.read_more'), blog_post_url(post) %> <% if post.comments.any? %> (<%= pluralize(post.comments.count, t('blog.shared.comments.singular')) %>) <% else %> (<%= t('blog.shared.comments.none') %>) <% end %>