<% content_for :content_class, "blog-content" %> <% licensed! %> <% rss! "/blog/feed", t("blog.layout.rss_title", :site_name => Setting[:site_name]) %> <% content_for :small_buttons do %> <% if @post.real? %> @post.title) %>" title="<%= t "blog.layout.facebook_title" %>"><%= t "blog.layout.facebook" %> @post.entity_absolute_url) %>" title="<%= t "blog.layout.twitter_title" %>"><%= t "blog.layout.twitter" %> "><%= t "blog.layout.google_plus" %> <%= t "blog.layout.rss" %> <% end %> <% end %> <% content_for :content do %>
<%= yield %>
<% end %> <% content_for :post_date_content do %>

Posted on <%= yield :post_date %>

<% end %> <% content_for :admin_content do %> <% if preview? %>

admin

<% end %> <% end %> <%= render :template => "layouts/cartoonist" %>