add favicon support

This commit is contained in:
Laura Klünder 2017-12-19 19:32:58 +01:00
parent 2587f5f8ba
commit a006d8a9ec
6 changed files with 49 additions and 18 deletions

View file

@ -7,6 +7,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>{% trans 'c3nav map editor' %}</title>
{% if favicon %}
<link href="{% static favicon %}" rel="icon">
{% endif %}
{% compress css %}
<link href="{% static 'bootstrap/css/bootstrap.css' %}" rel="stylesheet">
<link href="{% static 'leaflet/leaflet.css' %}" rel="stylesheet">