Browse Source

Add Favicon

pull/6/head
Caio Viotti 9 years ago
parent
commit
235d46404d
  1. 2
      templates/base.html

2
templates/base.html

@ -13,6 +13,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{% block head_content %}
<link rel="icon" href="{% static 'img/favicon.ico' %}" type="image/png" >
{# Styles #}
<link rel="stylesheet" href="{% static 'foundation-datepicker/css/foundation-datepicker.min.css' %}">
<link rel="stylesheet" href="{% static 'components-font-awesome/css/font-awesome.css' %}">

Loading…
Cancel
Save