Make generator name the start of the page title
So it is easier to find the right tab in the browser.
This commit is contained in:
parent
e72913a390
commit
1b3b7850de
|
@ -229,7 +229,7 @@ class BServer:
|
|||
result = [f"""<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{_("Boxes - %s") % _(name)}</title>
|
||||
<title>{_("%s - Boxes") % _(name)}</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="icon" type="image/svg+xml" href="{self.static_url}/boxes-logo.svg" sizes="any">
|
||||
<link rel="icon" type="image/x-icon" href="{self.static_url}/favicon.ico">
|
||||
|
|
Loading…
Reference in New Issue