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