Projet

Général

Profil

0001-templates-add-stub-favicon-51384.patch

Frédéric Péters, 23 février 2021 18:05

Télécharger (1021 octets)

Voir les différences:

Subject: [PATCH] templates: add stub favicon (#51384)

 gadjo/templates/gadjo/root.html | 3 +++
 1 file changed, 3 insertions(+)
gadjo/templates/gadjo/root.html
5 5
    <title>{% block page-title %}{% endblock %}</title>
6 6
    <meta name="viewport" content="width=device-width, initial-scale=1">
7 7
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8
    {% block gadjo-favicon %}
9
    <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
10
    {% endblock %}
8 11
    {% block gadjo-css %}
9 12
    <link rel="stylesheet" type="text/css" media="all" href="{% static "css/gadjo.css" %}?{% start_timestamp %} "/>
10 13
      {% block css %}
11
-