Ajout rel=icon dans gabarit de base

This commit is contained in:
Claude Paroz 2025-10-30 12:26:03 +01:00
parent ab05d3a7fe
commit a1b3237e8e
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View file

@ -7,6 +7,8 @@
<link href="{% static 'vendor/bootstrap.min.css' %}" rel="stylesheet">
<link href="{% static 'css/main.css' %}" rel="stylesheet">
<link rel="manifest" href="{% url 'manifest' %}" crossorigin="use-credentials">
<link rel="icon" href="{% static 'img/abeille.svg' %}" type="image/svg+xml">
<link rel="icon" href="{% static 'img/abeille-48x48.png' %}" sizes="48x48" type="image/png">
<script src="{% static 'vendor/bootstrap.bundle.min.js' %}"></script>
<script src="{% static 'js/main.js' %}"></script>
</head>