From a8fcc79ba90793f01f76c70f5031ff8c69fa434c Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 19 May 2026 08:27:53 +0000 Subject: [PATCH] Set page title from config.sitename instead of hardcoded MD-CMS The static 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. --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index 49d5f67..93fcc5d 100644 --- a/app/index.html +++ b/app/index.html @@ -21,7 +21,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<title>MD-CMS +