diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-05-05 17:10:24 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-05-05 17:10:24 +0200 |
commit | 3e8f9dc5f9c7f7653376c4aa0ab115b14a636100 (patch) | |
tree | 100c0abbf3bc93b90eacec1042b5bfb06c825eb6 | |
parent | ffe9dba2c615301b0f7c69d6197ca3e744b94f4b (diff) | |
download | debian-dedup-3e8f9dc5f9c7f7653376c4aa0ab115b14a636100.tar.gz |
webapp: reference favicon from base.html
-rw-r--r-- | base.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |