changeset 143:97fafc195ca0

Add a favicon
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 30 Oct 2014 12:50:21 +0100
parents 6d3fb8592ff4
children 1fc9c0cff398
files farol/static/farol_favicon.gif farol/templates/layout.j2
diffstat 2 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file farol/static/farol_favicon.gif has changed
--- a/farol/templates/layout.j2	Tue Oct 28 09:55:28 2014 +0100
+++ b/farol/templates/layout.j2	Thu Oct 30 12:50:21 2014 +0100
@@ -33,6 +33,7 @@
   <title>Farol - {% block title %}{% endblock %}</title>
   <link rel="stylesheet" href="{{ url_for('static', filename='bootstrap.css') }}">
   <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
+  <link rel="icon" type="image/gif" href="{{ url_for('static', filename='farol_favicon.gif') }}" />
 </head>
 <body>
   <script src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script>

http://farol.wald.intevation.org