aboutsummaryrefslogtreecommitdiff
path: root/templates/login.html.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-14 11:56:21 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-14 11:56:21 +0800
commitc916e1854f36c22209987dcf7cb32c9feb811b22 (patch)
tree163bc34b14f7839b58a24f445756b1dadcfdc9d4 /templates/login.html.tmpl
parentREADME.md: Fix typo (diff)
downloadforge-c916e1854f36c22209987dcf7cb32c9feb811b22.tar.gz
forge-c916e1854f36c22209987dcf7cb32c9feb811b22.tar.zst
forge-c916e1854f36c22209987dcf7cb32c9feb811b22.zip
*: Make the forge title configurable
Diffstat (limited to 'templates/login.html.tmpl')
-rw-r--r--templates/login.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/login.html.tmpl b/templates/login.html.tmpl
index 99ee6b9..3b0e74a 100644
--- a/templates/login.html.tmpl
+++ b/templates/login.html.tmpl
@@ -3,7 +3,7 @@
<html lang="en">
<head>
{{ template "head_common" . }}
- <title>Login &ndash; Lindenii Forge</title>
+ <title>Login &ndash; {{ .global.forge_title }}</title>
</head>
<body class="index">
{{ .login_error }}
@@ -13,7 +13,7 @@
<thead>
<tr>
<th class="title-row" colspan="2">
- Password Authentication
+ Password authentication
</th>
</tr>
</thead>