Set page title from config.sitename instead of hardcoded MD-CMS

The static <title> element previously showed "MD-CMS" before JavaScript
loaded. The JS already sets document.title from config.sitename on boot,
so clearing the initial value ensures the browser tab never displays the
hardcoded string.
This commit is contained in:
Claude 2026-05-19 08:27:53 +00:00
parent 283e0f8299
commit 269980ea28
No known key found for this signature in database

View file

@ -21,7 +21,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MD-CMS</title>
<title></title>
<meta name="description" content="">
<link rel="icon" href="assets/images/favicon.png">
<link rel="manifest" href="manifest.json">