diff --git a/jhub_apps/service/japps_routes.py b/jhub_apps/service/japps_routes.py index 3c2a0371..a5b22753 100644 --- a/jhub_apps/service/japps_routes.py +++ b/jhub_apps/service/japps_routes.py @@ -27,6 +27,8 @@ async def handle_apps(request: Request): { "request": request, "version_hash": now.strftime("%Y%m%d%H%M%S"), + "hub_title": config.get("hub_title", "JupyterHub"), + "favicon": theme.get("favicon", "/service/japps/static/favicon.ico"), **theme, }, ) diff --git a/jhub_apps/templates/japps_custom.html b/jhub_apps/templates/japps_custom.html index cb59f101..40899e5d 100644 --- a/jhub_apps/templates/japps_custom.html +++ b/jhub_apps/templates/japps_custom.html @@ -2,8 +2,9 @@ - JupyterHub Apps + {{ hub_title}} +