Compare commits

...

1 Commits

Author SHA1 Message Date
llaniau 086d456746 Desactiver nofollow 2021-03-30 09:54:34 +02:00
2 changed files with 2 additions and 2 deletions
@@ -50,7 +50,7 @@
{% endblock %}
{% if app.environment == "dev" %}
<meta name="robots" content="noindex,nofollow">
{# <meta name="robots" content="noindex,nofollow"> #}
{% else %}
{# <meta name="robots" content="noindex,nofollow"> #}
{% endif %}
@@ -17,7 +17,7 @@
<meta charset="utf-8">
{% if app.environment == "dev" %}
<meta name="robots" content="noindex,nofollow">
{# <meta name="robots" content="noindex,nofollow"> #}
{% else %}
{# <meta name="robots" content="noindex,nofollow"> #}
{% endif %}