2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 09:57:31 +00:00

change noindex to none, since it also adds nofollow

--HG--
branch : 3.2.1-release
This commit is contained in:
dovac 2013-07-19 15:19:20 -07:00
parent f320c67f1e
commit b6757dbe34

View File

@ -2,7 +2,7 @@
<html class="action-<%= params[:controller] %> action-<%= params[:controller] %>-<%= params[:action] %> hide-advanced-editing">
<head>
<% 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 %>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title><%= html_title %></title>