diff options
Diffstat (limited to 'base.html')
-rw-r--r-- | base.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +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"> + <link rel="icon" type="image/vnd.microsoft.icon" href="{{ urlroot|e }}/favicon.ico"> {% block header %}{% endblock %} </head> <body> |