aboutsummaryrefslogtreecommitdiff
path: root/mu4web/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'mu4web/main.py')
-rw-r--r--mu4web/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu4web/main.py b/mu4web/main.py
index 276f261..24e4c39 100644
--- a/mu4web/main.py
+++ b/mu4web/main.py
@@ -143,7 +143,7 @@ def page_base(title: Optional[str] = None,
('meta', {'charset': 'utf-8'}),
('meta', {'name': 'viewport',
'content': 'width=device-width, initial-scale=0.5'}),
- ('title', title),
+ ('title', title, ' — Mu4Web'),
include_stylesheet('/static/style.css'),
),
('body',