From a3e3f24d2d24e2ce1a6f1b5c49fca9f8936fd3b9 Mon Sep 17 00:00:00 2001 From: John Paton Date: Fri, 14 Feb 2020 16:35:48 +0100 Subject: [PATCH] Add favicon to the base page template This was missing before. Giving it its own named block will let users customize it if they wish. --- share/jupyterhub/templates/page.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/share/jupyterhub/templates/page.html b/share/jupyterhub/templates/page.html index 50f910c5..b40be095 100644 --- a/share/jupyterhub/templates/page.html +++ b/share/jupyterhub/templates/page.html @@ -34,6 +34,9 @@ {% block stylesheet %} {% endblock %} + {% block favicon %} + + {% endblock %} {% block scripts %}