mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-13 01:05:04 +02:00
Tweak title to match h1
This commit is contained in:
parent
8f9d304761
commit
4a58ad892e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ fn page(head: Markup, body: Markup) -> Markup {
|
||||||
head {
|
head {
|
||||||
meta charset="utf-8";
|
meta charset="utf-8";
|
||||||
meta name="viewport" content="width=device-width, initial-scale=1";
|
meta name="viewport" content="width=device-width, initial-scale=1";
|
||||||
title { "KIT time sheets" }
|
title { "AbzDokGen" }
|
||||||
(head)
|
(head)
|
||||||
}
|
}
|
||||||
body { (body) }
|
body { (body) }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue