Merge pull request #151 from enmasse-entertainment/page-title-seo-improvements

Page title seo improvements
This commit is contained in:
Jamie Winsor 2011-11-11 12:11:15 -08:00
commit 9255e1a71e
3 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,5 @@
<% content_for :title, "#{t('.blog_archive_for', :date => @archive_date.strftime('%B %Y'))}" %>
<% content_for :body_content_left do %>
<h1><%= t('.blog_archive_for', :date => @archive_date.strftime('%B %Y')) %></h1>
<% if @blog_posts.any? %>

View file

@ -1,3 +1,5 @@
<% content_for :title, "#{t('.posts_tagged')} '#{@tag_name.titleize}'" %>
<% content_for :body_content_title, "#{t('.posts_tagged')} &#8220;#{@tag_name.titleize}&#8221;".html_safe -%>
<% content_for :body_content_left do %>

View file

@ -140,7 +140,7 @@ en:
no_blog_articles_yet: There are no blog articles posted yet. Stay tuned.
posts_tagged: Posts tagged
archive:
blog_archive_for: 'Blog Archive for %{date}'
blog_archive_for: 'Archive for %{date}'
no_blog_articles_posted: 'There are no blog articles posted for %{date}. Stay tuned.'
activerecord:
models: