mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
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…
x
Reference in New Issue
Block a user