FIX: do not include word 'Topics' in title of category pages for Googlebot

This commit is contained in:
Arpit Jalan 2015-11-12 12:33:11 +05:30
parent ed331bc222
commit 06c11a3235

View file

@ -60,7 +60,7 @@
<% if @title %>
<% content_for :title do %><%= @title %><% end %>
<% elsif @category %>
<% content_for :title do %><%=@category.name%> <%=t('topics')%><% end %>
<% content_for :title do %><%= @category.name %><% end %>
<% elsif params[:page] %>
<% content_for :title do %><%=t 'page_num', num: params[:page].to_i + 1 %><% end %>
<% end %>