diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 19:30:53 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 19:30:53 +0800 |
commit | 43bcb5c6b6e7233a33af9ffbd6e755f5a7279613 (patch) | |
tree | c9d877393821f64075652db68ccd93cb7e19bf65 /templates/index.html | |
parent | head.html: Add a common head template (diff) | |
download | forge-43bcb5c6b6e7233a33af9ffbd6e755f5a7279613.tar.gz forge-43bcb5c6b6e7233a33af9ffbd6e755f5a7279613.tar.zst forge-43bcb5c6b6e7233a33af9ffbd6e755f5a7279613.zip |
*.html: Add "– Lindenii Forge" to the title
Diffstat (limited to '')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index cbf7012..7ced768 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,7 +3,7 @@ <html> <head> {{ template "head_common" . }} - <title>Forge</title> + <title>Categories – Lindenii Forge</title> </head> <body class="index"> <div class="padding-wrapper"> |