Always norobots stuff

This commit is contained in:
Xkeeper
2018-11-04 14:38:13 -08:00
parent f80d5d9edc
commit 5cf3655772

View File

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