Desactiver nofollow

This commit is contained in:
2021-03-30 09:54:34 +02:00
parent a2466d344f
commit 086d456746
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 %}