parent
e0a11631c0
commit
8c0089885b
@ -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 |
BIN
src/agenda_culturel/static/images/pdl-64-dev.png
Normal file
BIN
src/agenda_culturel/static/images/pdl-64-dev.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
BIN
src/agenda_culturel/static/images/pdl-64.png
Normal file
BIN
src/agenda_culturel/static/images/pdl-64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user