Uppercase name.
This commit is contained in:
parent
c900caaf1c
commit
f3f77b6d5a
|
@ -6,7 +6,7 @@
|
|||
|
||||
{% block body %}
|
||||
<header class="page-header">
|
||||
<h1>bauke.xyz</h1>
|
||||
<h1>Bauke</h1>
|
||||
</header>
|
||||
|
||||
<main class="page-main">
|
||||
|
|
|
@ -46,7 +46,7 @@ impl Userstyles {
|
|||
.collect();
|
||||
|
||||
let template = Self {
|
||||
page_title: "bauke".to_string(),
|
||||
page_title: "Bauke".to_string(),
|
||||
styles,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue