Add a favicon

This commit is contained in:
Gabriel Augendre 2019-03-05 07:16:50 +01:00
parent adda31445a
commit 01dd38037e
3 changed files with 6 additions and 0 deletions

View file

@ -22,3 +22,7 @@ There is still work to do though :
- Currently, the administrator can see everyone's location.
This is not a desirable thing but I have no idea how to improve this.
If you do, please let me know or propose a PR !
## Licenses
- The favicon is from Font Awesome under the Creative Commons Attribution 4.0 International license. It has
been transformed from svg to png. See [the licenses](https://fontawesome.com/license/free).

BIN
map/static/map/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

View file

@ -16,6 +16,8 @@
<link rel="stylesheet" href="{% static 'map/style.css' %}">
<link rel="icon" type="image/png" href="{% static 'map/favicon.png' %}" />
{% block add-head %}
{% endblock %}