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/repo_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 'templates/repo_index.html')
-rw-r--r-- | templates/repo_index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_index.html b/templates/repo_index.html index fc2ac51..ec937a0 100644 --- a/templates/repo_index.html +++ b/templates/repo_index.html @@ -3,7 +3,7 @@ <html> <head> {{ template "head_common" . }} - <title>{{ .category_name }}/repos/{{ .repo_name }}</title> + <title>{{ .category_name }}/repos/{{ .repo_name }} – Lindenii Forge</title> </head> <body class="repo-index"> <div class="padding-wrapper"> |