mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:16:41 +08:00
Add rel=next to next page link for crawlers
This commit is contained in:
parent
1ead3a9114
commit
8134113b22
|
@ -5,7 +5,7 @@
|
|||
</div>
|
||||
|
||||
<% if @list.topics.length > 0 %>
|
||||
<p><a href="<%= @list.more_topics_url.sub('.json?','?') %>"><%= t 'next_page'%></a></p>
|
||||
<p><a href="<%= @list.more_topics_url.sub('.json?','?') %>" rel="next"><%= t 'next_page'%></a></p>
|
||||
<% end %>
|
||||
|
||||
<p><%= t 'powered_by_html' %></p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user