diff --git a/webroot/index.html b/webroot/index.html index 9fba01f7b..0b3ad9fae 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -2,9 +2,6 @@ - - {{title}} - @@ -30,7 +27,7 @@ GW TODO: */ -
+
diff --git a/webroot/js/app.js b/webroot/js/app.js index e7455a6c8..d30963da4 100644 --- a/webroot/js/app.js +++ b/webroot/js/app.js @@ -46,8 +46,9 @@ async function setupApp() { app.streamerName = config.name; app.summary = config.summary && addNewlines(config.summary); app.tags = config.tags; - app.title = config.title; app.appVersion = config.version; + app.title = config.title; + window.document.title = config.title; try {