diff --git a/jupyterlab_classic/templates/edit.html b/jupyterlab_classic/templates/edit.html index 8f4e0f94e..f680c020f 100644 --- a/jupyterlab_classic/templates/edit.html +++ b/jupyterlab_classic/templates/edit.html @@ -4,6 +4,9 @@ {{page_config['appName'] | e}} - Edit + {% block favicon %} + + {% endblock %} diff --git a/jupyterlab_classic/templates/notebooks.html b/jupyterlab_classic/templates/notebooks.html index e0d63b637..1ab4c0226 100644 --- a/jupyterlab_classic/templates/notebooks.html +++ b/jupyterlab_classic/templates/notebooks.html @@ -4,6 +4,9 @@ {{page_config['appName'] | e}} - Notebook + {% block favicon %} + + {% endblock %} diff --git a/jupyterlab_classic/templates/terminals.html b/jupyterlab_classic/templates/terminals.html index c1d0ed66d..128c3d8be 100644 --- a/jupyterlab_classic/templates/terminals.html +++ b/jupyterlab_classic/templates/terminals.html @@ -4,6 +4,9 @@ {{page_config['appName'] | e}} - Terminal + {% block favicon %} + + {% endblock %}