• <%= content_tag :h2, link_to(post.title, post_path(post)) %> <%= content_tag :time, l(post.published_at.to_date, format: :long) %>
    <%= post.excerpt %>
    <%= link_to 'Read more', post_path(post), class: %w(read) %>