Custom favicon

This commit is contained in:
Éloi Rivard 2020-08-17 19:16:37 +02:00
parent 912f9db935
commit 9e75432145

View file

@ -7,6 +7,9 @@
<title>{% block title %}{% trans %}OpenID Connect LDAP Bridge{% endtrans %}{% endblock %}</title>
<link href="/static/fomanticui/semantic.min.css" rel="stylesheet">
<link href="/static/css/base.css" rel="stylesheet">
{% if logo_url %}
<link rel="icon" href="{{ logo_url }}">
{% endif %}
{% block style %}{% endblock %}
<!--[if lt IE 9]>