mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-26 01:31:58 -07:00
Always norobots stuff
This commit is contained in:
@@ -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']))
|
||||
|
Reference in New Issue
Block a user