From 4a58ad892e2c07364a4d5d588e3d75acc6976d9d Mon Sep 17 00:00:00 2001 From: Joscha Date: Sun, 5 May 2024 03:44:45 +0200 Subject: [PATCH] Tweak title to match h1 --- src/endpoints.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endpoints.rs b/src/endpoints.rs index f57831a..9f3d633 100644 --- a/src/endpoints.rs +++ b/src/endpoints.rs @@ -10,7 +10,7 @@ fn page(head: Markup, body: Markup) -> Markup { head { meta charset="utf-8"; meta name="viewport" content="width=device-width, initial-scale=1"; - title { "KIT time sheets" } + title { "AbzDokGen" } (head) } body { (body) }