FIX: do not include word 'Topics' in title of category pages for Googlebot
This commit is contained in:
parent
ed331bc222
commit
06c11a3235
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue