aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_index.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 19:30:53 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 19:30:53 +0800
commit43bcb5c6b6e7233a33af9ffbd6e755f5a7279613 (patch)
treec9d877393821f64075652db68ccd93cb7e19bf65 /templates/repo_index.html
parenthead.html: Add a common head template (diff)
downloadforge-43bcb5c6b6e7233a33af9ffbd6e755f5a7279613.tar.gz
forge-43bcb5c6b6e7233a33af9ffbd6e755f5a7279613.tar.zst
forge-43bcb5c6b6e7233a33af9ffbd6e755f5a7279613.zip
*.html: Add "&ndash; Lindenii Forge" to the title
Diffstat (limited to 'templates/repo_index.html')
-rw-r--r--templates/repo_index.html2
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 }} &ndash; Lindenii Forge</title>
</head>
<body class="repo-index">
<div class="padding-wrapper">