Posted on <%= format_date @post.published_on %>
<% unless @post.featured_image.blank? %>
<%= site_media_image_tag @post.featured_image, class: 'img-responsive' %>
<% end %>
<%= display_post_content(@post) %>
<%= render(partial: "dm_cms/shared/social_buttons") if @blog.show_social_buttons? %>
<%= render partial: 'layouts/cms_templates/comment_section', locals: { commenting_on: @post, comments: @comments } %>