templates: do not include preconnect tag on portal itself (#64959)

This commit is contained in:
Frédéric Péters 2022-05-06 15:54:46 +02:00
parent 9ccef0864d
commit f090e979a7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% firstof global_title site_title "Compte Citoyen" %} {% block title %}{% endblock %}</title>
<link rel="preconnect" href="{{ site_base }}">
{% if site_base %}<link rel="preconnect" href="{{ site_base }}">{% endif %}
{% if meta_robots %}
<meta name="robots" content="{{ meta_robots }}" />
{% elif environment_label %}