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:
Florian Festi 2023-01-22 15:42:51 +01:00
parent e72913a390
commit 1b3b7850de
1 changed files with 1 additions and 1 deletions

View File

@ -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">