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