Ajout rel=icon dans gabarit de base
This commit is contained in:
parent
ab05d3a7fe
commit
a1b3237e8e
2 changed files with 2 additions and 0 deletions
BIN
beesgospel/static/img/abeille-48x48.png
Normal file
BIN
beesgospel/static/img/abeille-48x48.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue