diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-14 11:56:21 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-14 11:56:21 +0800 |
commit | c916e1854f36c22209987dcf7cb32c9feb811b22 (patch) | |
tree | 163bc34b14f7839b58a24f445756b1dadcfdc9d4 /templates/login.html.tmpl | |
parent | README.md: Fix typo (diff) | |
download | forge-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.tmpl | 4 |
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 – Lindenii Forge</title> + <title>Login – {{ .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> |