We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f26f1b commit 487a303Copy full SHA for 487a303
notebook/templates/tree.html
@@ -4,6 +4,9 @@
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<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 %}
10
</head>
11
<body>
12
0 commit comments