Commit f5f65ae3 authored by Pietro Albini's avatar Pietro Albini

Add the favicon

parent 28ede21f
......@@ -27,7 +27,8 @@
<link rel="stylesheet" href="https://static.ubuntu-it.org/fonts/ubuntu/include.min.css">
<link rel="stylesheet" href="https://static.ubuntu-it.org/themes/italy/theme.min.css">
<link rel="stylesheet" href="{{ url_for("static", filename="website.css") }}" />
<link rel="stylesheet" href="{{ url_for("static", filename="website.css") }}">
<link rel="shortcut icon" href="{{ url_for("static", filename="favicon.ico") }}">
{% block extra_header %}{% endblock %}
</head>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment