summaryrefslogtreecommitdiff
path: root/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'base.html')
-rw-r--r--base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/base.html b/base.html
index 5ec3893..19a8292 100644
--- a/base.html
+++ b/base.html
@@ -2,6 +2,7 @@
<head>
<title>{% block title %}{% endblock %}</title>
<link rel="stylesheet" type="text/css" href="{{ urlroot|e }}/style.css">
+ <link rel="icon" type="image/vnd.microsoft.icon" sizes="32x32" href="{{ urlroot|e }}/favicon.ico">
{% block header %}{% endblock %}
</head>
<body>