mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: do not include word 'Topics' in title of category pages for Googlebot
This commit is contained in:
parent
ed331bc222
commit
06c11a3235
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue