summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/base.html')
-rw-r--r--hyperkitty/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html
index ed06341..d00358e 100644
--- a/hyperkitty/templates/base.html
+++ b/hyperkitty/templates/base.html
@@ -6,6 +6,7 @@
<title>{% block title %}{{ app_name|title }}{% endblock %}</title>
<meta name="author" content="" />
<meta name="dc.language" content="en" />
+ <link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico" />
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/normalize.css" />
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/bootstrap.css" />
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/style.css" />