<% if post.live? %>

<%= link_to post.title, blog_post_url(post) %>

<%= "#{t('blog.posts.show.by')} #{post.author.username}" if post.author.present? %>. <% if (categories = post.categories).any? %> <% end %> <% if (tags = post.tag_list).any? %> <% end %>
<%= blog_post_teaser(post) %>
<% end %>