add favicon

This commit is contained in:
Élie Bouttier 2014-11-08 17:21:00 +01:00
parent bdf7575ef9
commit 47a915197b
3 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" type="image/png" href="{% static 'img/favicon.ico' %}"/>
{% comment %}<link rel="icon" href="{% static 'favicon.ico' %}">{% endcomment %}
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->

View file

@ -1,4 +1,5 @@
{% extends 'base.html' %}
{% load staticfiles %}
{% block content %}