mirror of
https://github.com/moebooru/moebooru
synced 2025-08-30 05:27:44 +00:00
change noindex to none, since it also adds nofollow
--HG-- branch : 3.2.1-release
This commit is contained in:
parent
f320c67f1e
commit
b6757dbe34
@ -2,7 +2,7 @@
|
|||||||
<html class="action-<%= params[:controller] %> action-<%= params[:controller] %>-<%= params[:action] %> hide-advanced-editing">
|
<html class="action-<%= params[:controller] %> action-<%= params[:controller] %>-<%= params[:action] %> hide-advanced-editing">
|
||||||
<head>
|
<head>
|
||||||
<% if params[:tags] =~ /(source:|fav:|date:|rating:|mpixels:|parent:|sub:|vote:|score:|order:|user:|limit:|holds:|pool:|[ \-])/ %>
|
<% if params[:tags] =~ /(source:|fav:|date:|rating:|mpixels:|parent:|sub:|vote:|score:|order:|user:|limit:|holds:|pool:|[ \-])/ %>
|
||||||
<meta name="robots" content="noindex">
|
<meta name="robots" content="none">
|
||||||
<% end %>
|
<% end %>
|
||||||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
||||||
<title><%= html_title %></title>
|
<title><%= html_title %></title>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user