Explicitly specify favicon for /tree view in Notebook rather than rely on /favicon.ico resolving to the correct artifact

mcrutch 4 years ago
parent 2f26f1b705
commit 487a30300a

@ -4,6 +4,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{page_config['appName'] | e}} - Tree</title>
{% block favicon %}
<link rel="icon" type="image/x-icon" href="{{ base_url | escape }}static/favicons/favicon.ico" class="favicon">
{% endblock %}
</head>
<body>

Loading…
Cancel
Save