1
0
mirror of https://github.com/Xkeeper0/jul.git synced 2025-08-12 18:55:48 -07:00

Always norobots stuff

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

@@ -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']))