Added favicon

This commit is contained in:
Raphael Michel
2016-02-19 15:26:54 +01:00
parent ac8e13ff53
commit ee57fe8310
5 changed files with 3 additions and 0 deletions

BIN
res/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 338 B

View File

@@ -9,6 +9,7 @@
<link rel="stylesheet" type="text/less" href="{% static "pretixbase/less/error.less" %}" /> <link rel="stylesheet" type="text/less" href="{% static "pretixbase/less/error.less" %}" />
{% endcompress %} {% endcompress %}
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="{% static "pretixbase/img/favicon.ico" %}">
</head> </head>
<body> <body>
<div class="container"> <div class="container">

View File

@@ -19,6 +19,7 @@
{% endcompress %} {% endcompress %}
{{ html_head|safe }} {{ html_head|safe }}
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="{% static "pretixbase/img/favicon.ico" %}">
</head> </head>
<body> <body>
<div id="#wrapper"> <div id="#wrapper">

View File

@@ -17,6 +17,7 @@
{% endcompress %} {% endcompress %}
{{ html_head|safe }} {{ html_head|safe }}
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="{% static "pretixbase/img/favicon.ico" %}">
</head> </head>
<body> <body>
<div class="container"> <div class="container">

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB