Skip to content
Snippets Groups Projects
Commit 8f9ced1f authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

block favicon can be completely be overridden

parent 102b6577
No related branches found
No related tags found
No related merge requests found
Pipeline #15273 passed
......@@ -8,7 +8,7 @@
<title>{% block title %}{% endblock %}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="{% block favicon %}/static/img/favicon.png{% endblock %}">
{% block favicon %}<link rel="icon" href="/static/img/favicon.png">{% endblock %}
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment