Add favicon.

This commit is contained in:
Jim Driessen
2017-02-06 20:01:44 +01:00
parent 2685a3c9cc
commit bceeb01f67
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -5,6 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Marietje 4.0 - {% block title %}{% endblock title %}</title>
<link rel="icon" type="image/x-icon" href="{% static 'favicon.ico' %}" />
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}" />
<link rel="stylesheet" href="{% static 'css/custom.css' %}" />
<script type="text/javascript" src="{% static "js/jquery-3.1.1.min.js" %}"></script>