templates: add <link rel="preconnect"> to portal (#63723)

This commit is contained in:
Frédéric Péters 2022-04-08 13:29:32 +02:00
parent c77949ed07
commit 8ab6c8ee45
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +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 meta_robots %}
<meta name="robots" content="{{ meta_robots }}" />
{% elif environment_label %}