blob: 3670bf1b00599c8227937d7b2d3101b130527c9f (
plain) (
tree)
|
|
<% content_for :body_content_left do %>
<div id="show_blog_post">
<%= render 'post' %>
</div>
<% if Refinery::BlogPost.comments_allowed? %>
<%= render 'comments'%>
<% end %>
<% end %>
<%= render :partial => '/refinery/blog/shared/body_content_right' %>
<%= render :partial => "/refinery/content_page", :locals => { :remove_automatic_sections => true } %>
<% content_for :stylesheets, stylesheet_link_tag('refinerycms-blog') %>
<% content_for :before_javascript_libraries, jquery_include_tags(:jquery_ui => false) %>
<% content_for :javascripts do %>
<%# enable AJAX'd post nav at your own risk until html5 history API implemented. %>
<%#= javascript_include_tag('refinerycms-blog') %>
<script src="http://w.sharethis.com/button/buttons.js"></script>
<script>stLight.options({publisher:'<%= BlogPost::ShareThis.key %>'});</script>
<% end if Refinery::BlogPost::ShareThis.enabled? %>
|