fixed Witter icon

This commit is contained in:
Faraphel 2024-05-15 07:58:41 +02:00
parent 26f006a27c
commit d614b8ea26

View file

@ -4,7 +4,7 @@
<head> <head>
{% block head %} {% block head %}
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="shortcut icon" type="image/png" href="{% static 'TouYube/favicon.png' %}"/> <link rel="shortcut icon" type="image/png" href="{% static 'Witter/favicon.png' %}"/>
<title>{% block title %}Witter{% endblock %}</title> <title>{% block title %}Witter{% endblock %}</title>
{% endblock %} {% endblock %}
</head> </head>