Update page titles
This commit is contained in:
@@ -15,7 +15,7 @@ func VaultHandler(w http.ResponseWriter, r *http.Request) {
|
||||
identity := middleware.GetIdentity(r)
|
||||
session := middleware.GetSession(r)
|
||||
|
||||
AppLayout("Credential Vault", *identity, session,
|
||||
AppLayout("Vault", *identity, session,
|
||||
Div(
|
||||
InlineStyle(`
|
||||
$me {
|
||||
|
||||
@@ -54,7 +54,7 @@ func LoginHandler(w http.ResponseWriter, r *http.Request) {
|
||||
func LoginView(errorMsg string) Node {
|
||||
currentYear := time.Time.Year(time.Now())
|
||||
|
||||
return RootLayout("Login",
|
||||
return RootLayout("Login | MaxWarden",
|
||||
Body(
|
||||
InlineStyle(`
|
||||
$me {
|
||||
|
||||
Reference in New Issue
Block a user