add favicon support
This commit is contained in:
parent
2587f5f8ba
commit
a006d8a9ec
6 changed files with 49 additions and 18 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue