mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
Always norobots stuff
This commit is contained in:
parent
f80d5d9edc
commit
5cf3655772
@ -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']))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user