On change le favicon

Fix #233
This commit is contained in:
Jean-Marie Favreau 2025-03-09 14:23:38 +01:00
parent e0a11631c0
commit 8c0089885b
6 changed files with 4 additions and 157 deletions

View File

@ -7,7 +7,7 @@
<title>Y'a un p'tit pépin !</title>
<link rel="icon"
type="image/svg+xml"
href="https://pommesdelune.fr/static/images/favicon.svg">
href="https://pommesdelune.fr/static/images/pdl-64.png">
<!-- TODO: trouver un moyen d'avoir une belle CSS ici -->
<style>
.mylarge {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 65 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

@ -35,11 +35,11 @@
{% if debug %}
<link rel="icon"
type="image/svg+xml"
href="{% static 'images/favicon-dev.svg' %}">
href="{% static 'images//pdl-64-dev.png' %}">
{% else %}
<link rel="icon"
type="image/svg+xml"
href="{% static 'images/favicon.svg' %}">
href="{% static 'images//pdl-64.png' %}">
{% endif %}
{% load compress %}
{% compress css %}
@ -108,7 +108,7 @@
<ul class="menu-droite">
<li>
<a href="{% url 'home' %}" aria-label="Retour accueil">
<img src="{% static 'images/favicon.svg' %}" alt="logo pommes de lune" />
<img src="{% static 'images//pdl-64.png' %}" alt="logo pommes de lune" />
</a>
</li>
<li>