summaryrefslogtreecommitdiff
path: root/project/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/base.html')
-rw-r--r--project/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/project/templates/base.html b/project/templates/base.html
index e9ced35..a682b86 100644
--- a/project/templates/base.html
+++ b/project/templates/base.html
@@ -6,6 +6,7 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{% block title %}{% endblock %}</title>
+ <link href="/favicon.ico" rel="icon" type="image/x-icon" />
<link href="/css/default.css" rel="stylesheet" />
{% block style %}
{% endblock %}