sebsauvage / MinigalNano

GNU Affero General Public License v3.0
161 stars 50 forks source link

Introducing $extra_html_head config config option to allow to insert <meta name="robots" content="noindex, nofollow"> #129

Open Lucas-C opened 5 years ago

Lucas-C commented 5 years ago

Usage example in config.php:

$extra_html_head = "<meta name=\"robots\" content=\"noindex, nofollow\">";