From 94f8cc247ca79ae4b6ef1df5c53171ec836539b4 Mon Sep 17 00:00:00 2001 From: Torben Mohrfeldt Date: Sat, 9 Sep 2017 23:59:06 +0200 Subject: [PATCH] Reflect title in the logo --- cps/templates/layout.html | 2 +- cps/templates/stats.html | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cps/templates/layout.html b/cps/templates/layout.html index 2a5343af..e94d367f 100644 --- a/cps/templates/layout.html +++ b/cps/templates/layout.html @@ -32,7 +32,7 @@ - Calibre Web + {{instance}} {% if g.user.is_authenticated or g.user.is_anonymous() %}