Always norobots stuff

This commit is contained in:
Xkeeper 2018-11-04 14:38:13 -08:00
parent f80d5d9edc
commit 5cf3655772
No known key found for this signature in database
GPG Key ID: 397C04773ABE4045

View File

@ -340,7 +340,7 @@
$metatag = ''; $metatag = '';
if (filter_bool($meta['noindex'])) if (true || filter_bool($meta['noindex']))
$metatag .= "<meta name=\"robots\" content=\"noindex,follow\" />"; $metatag .= "<meta name=\"robots\" content=\"noindex,follow\" />";
if (isset($meta['description'])) if (isset($meta['description']))