Add metatag to disallow robots

This commit is contained in:
Frédéric Guillot 2014-08-30 14:19:59 -08:00
parent 9194a2604d
commit e0197cf67e
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width">
<meta name="mobile-web-app-capable" content="yes">
<meta name="robots" content="noindex,nofollow">
<?= Helper\js('assets/js/jquery-1.11.1.min.js') ?>
<?= Helper\js('assets/js/jquery-ui-1.10.4.custom.min.js') ?>