summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-05-05 17:10:24 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-05-05 17:10:24 +0200
commit3e8f9dc5f9c7f7653376c4aa0ab115b14a636100 (patch)
tree100c0abbf3bc93b90eacec1042b5bfb06c825eb6
parentffe9dba2c615301b0f7c69d6197ca3e744b94f4b (diff)
downloaddebian-dedup-3e8f9dc5f9c7f7653376c4aa0ab115b14a636100.tar.gz
webapp: reference favicon from 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>