1
Fork 0

Uppercase name.

This commit is contained in:
Bauke 2022-03-28 14:07:15 +02:00
parent c900caaf1c
commit f3f77b6d5a
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
{% block body %}
<header class="page-header">
<h1>bauke.xyz</h1>
<h1>Bauke</h1>
</header>
<main class="page-main">

View File

@ -46,7 +46,7 @@ impl Userstyles {
.collect();
let template = Self {
page_title: "bauke".to_string(),
page_title: "Bauke".to_string(),
styles,
};