Mercurial > farol
changeset 145:b3129fdd1ab0
Fix the favicon (alpha layer)
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Fri, 31 Oct 2014 09:56:42 +0100 |
parents | 1fc9c0cff398 |
children | 105bb08570ed |
files | farol/static/farol_favicon.gif farol/static/favicon.png farol/templates/layout.j2 |
diffstat | 3 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/farol/templates/layout.j2 Thu Oct 30 15:15:22 2014 +0100 +++ b/farol/templates/layout.j2 Fri Oct 31 09:56:42 2014 +0100 @@ -33,7 +33,7 @@ <title>Farol - {% block title %}{% endblock %}</title> <link rel="stylesheet" href="{{ url_for('static', filename='bootstrap.min.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') }}" /> + <link rel="icon" type="image/png" href="{{ url_for('static', filename='favicon.png') }}" /> </head> <body> <script src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script>