Merge pull request #151 from enmasse-entertainment/page-title-seo-improvements
Page title seo improvements
This commit is contained in:
commit
9255e1a71e
3 changed files with 5 additions and 1 deletions
|
@ -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? %>
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<% content_for :title, "#{t('.posts_tagged')} '#{@tag_name.titleize}'" %>
|
||||
|
||||
<% content_for :body_content_title, "#{t('.posts_tagged')} “#{@tag_name.titleize}”".html_safe -%>
|
||||
|
||||
<% content_for :body_content_left do %>
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue