Skip to content

Commit 487a303

Browse files
committed
Explicitly specify favicon for /tree view in Notebook rather than rely on /favicon.ico resolving to the correct artifact
1 parent 2f26f1b commit 487a303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

notebook/templates/tree.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>{{page_config['appName'] | e}} - Tree</title>
7+
{% block favicon %}
8+
<link rel="icon" type="image/x-icon" href="{{ base_url | escape }}static/favicons/favicon.ico" class="favicon">
9+
{% endblock %}
710
</head>
811
<body>
912

0 commit comments

Comments
 (0)