Skip to content

Commit

Permalink
hide page title
Browse files Browse the repository at this point in the history
  • Loading branch information
dsaronin committed Dec 20, 2010
1 parent 815d1fd commit 5fd9c78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/blog/posts/archive.html.erb
Expand Up @@ -17,5 +17,5 @@
<%= blog_archive_list %>
<% end %>
<%= render :partial => "/shared/content_page" %>
<%= render :partial => "/shared/content_page", :locals => {:hide_sections => [:body_content_title]} %>
<% content_for :stylesheets, stylesheet_link_tag('refinerycms-blog') %>
2 changes: 1 addition & 1 deletion app/views/blog/posts/index.html.erb
Expand Up @@ -18,5 +18,5 @@
<%= blog_archive_list %>
<% end %>
<%= render :partial => "/shared/content_page" %>
<%= render :partial => "/shared/content_page", :locals => {:hide_sections => [:body_content_title]} %>
<% content_for :stylesheets, stylesheet_link_tag('refinerycms-blog') %>
2 changes: 1 addition & 1 deletion app/views/blog/posts/show.html.erb
Expand Up @@ -55,7 +55,7 @@
<%= blog_archive_list %>
<% end %>
<%= render :partial => "/shared/content_page", :locals => { :remove_automatic_sections => true } %>
<%= render :partial => "/shared/content_page", :locals => { :remove_automatic_sections => true, :hide_sections => [:body_content_title] } %>
<% if Refinery.version < '0.9.9' %>
<% content_for :head_libraries, jquery_include_tags(:jquery_ui => false) %>
Expand Down
2 changes: 1 addition & 1 deletion refinerycms-blog.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{refinerycms-blog}
s.version = %q{1.1.0.0.1}
s.version = %q{1.1.0.0.2}
s.description = %q{A really straightforward open source Ruby on Rails blog engine designed for integration with RefineryCMS.}
s.date = %q{2010-12-03}
s.summary = %q{Ruby on Rails blogging engine for RefineryCMS. - dsaronin fork v1+}
Expand Down

0 comments on commit 5fd9c78

Please sign in to comment.