summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2016-02-24 11:26:20 +0100
committerPavel Grunt <pgrunt@redhat.com>2016-02-24 11:26:20 +0100
commit316e78c247ebe77a3585fe4f30ab16723959d47a (patch)
tree14d89d3c6bafb7fa2b2c243018f207659fd32902
parent93763ff4e37f3b19a978b3f0bc2b632e2fdf735c (diff)
Add favicon
-rw-r--r--spice-space/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice-space/templates/base.html b/spice-space/templates/base.html
index 3091491..9ac39dd 100644
--- a/spice-space/templates/base.html
+++ b/spice-space/templates/base.html
@@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
+ <link rel="icon" type="image/png" href="images/favicon.png"/>
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bootstrap.min.css" rel="stylesheet"/>
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/{{ CSS_FILE }}" />
<link rel="stylesheet" type="text/css" href="{{ SITEURL }}/theme/tipuesearch/tipuesearch.css" media="screen">