comparison farol/templates/layout.j2 @ 143:97fafc195ca0

Add a favicon
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 30 Oct 2014 12:50:21 +0100
parents 3a56d5501ffa
children 1fc9c0cff398
comparison
equal deleted inserted replaced
142:6d3fb8592ff4 143:97fafc195ca0
31 <head> 31 <head>
32 <meta charset="utf-8"> 32 <meta charset="utf-8">
33 <title>Farol - {% block title %}{% endblock %}</title> 33 <title>Farol - {% block title %}{% endblock %}</title>
34 <link rel="stylesheet" href="{{ url_for('static', filename='bootstrap.css') }}"> 34 <link rel="stylesheet" href="{{ url_for('static', filename='bootstrap.css') }}">
35 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> 35 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
36 <link rel="icon" type="image/gif" href="{{ url_for('static', filename='farol_favicon.gif') }}" />
36 </head> 37 </head>
37 <body> 38 <body>
38 <script src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script> 39 <script src="{{ url_for('static', filename='jquery-2.1.1.min.js') }}"></script>
39 <script src="{{ url_for('static', filename='bootstrap.js') }}"></script> 40 <script src="{{ url_for('static', filename='bootstrap.js') }}"></script>
40 <nav class="navbar navbar-inverse" role="navigation"> 41 <nav class="navbar navbar-inverse" role="navigation">

http://farol.wald.intevation.org