From bbb6a5583d16f559b09171d12fd0673f5a8060eb Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 6 May 2024 16:03:44 +0200 Subject: use title as --- src/web.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web.rs b/src/web.rs index 6437420..001585a 100644 --- a/src/web.rs +++ b/src/web.rs @@ -25,7 +25,7 @@ pub async fn make_html_page(config: Arc<Config>) -> String { head { meta[charset="UTF-8"]; meta[name="viewport", content="width=device-width, initial-scale=1.0"]; - title { "Status Page" } + title { @config.title } style { @css } } body { -- cgit v1.2.3-70-g09d2