oops, forgot about page titles
This commit is contained in:
@@ -23,7 +23,7 @@ pub async fn page(req: Request) -> Result<Response, AuthError> {
|
||||
let u = User::authenticate(req.headers())?;
|
||||
|
||||
Ok(base(
|
||||
"Persons | Mnemosyne",
|
||||
"User Settings | Mnemosyne",
|
||||
html!(
|
||||
(nav(u.as_ref(), req.uri().path()))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user