diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 13:47:32 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 13:47:32 +0800 |
commit | d486fd9322a3fe1cf514d9fcc80d8996d9f49979 (patch) | |
tree | b8e573d40effacf5b71bca5e020048b90e238b21 /templates | |
parent | category_index: Add a repo index for each category (diff) | |
download | forge-d486fd9322a3fe1cf514d9fcc80d8996d9f49979.tar.gz forge-d486fd9322a3fe1cf514d9fcc80d8996d9f49979.tar.zst forge-d486fd9322a3fe1cf514d9fcc80d8996d9f49979.zip |
*: project -> category
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo_index.html | 2 | ||||
-rw-r--r-- | templates/repo_tree_dir.html | 2 | ||||
-rw-r--r-- | templates/repo_tree_file.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo_index.html b/templates/repo_index.html index 13ac023..dc8d672 100644 --- a/templates/repo_index.html +++ b/templates/repo_index.html @@ -3,7 +3,7 @@ <html> <head> <link rel="stylesheet" href="/static/style.css" /> -<title>{{ .project_name }}/repos/{{ .repo_name }}</title> +<title>{{ .category_name }}/repos/{{ .repo_name }}</title> </head> <body class="repo-index"> <div class="padding-wrapper"> diff --git a/templates/repo_tree_dir.html b/templates/repo_tree_dir.html index 93fa830..aa96b5d 100644 --- a/templates/repo_tree_dir.html +++ b/templates/repo_tree_dir.html @@ -3,7 +3,7 @@ <html> <head> <link rel="stylesheet" href="/static/style.css" /> -<title>{{ .project_name }}/repos/{{ .repo_name }}/{{ .path_spec }}</title> +<title>{{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }}</title> </head> <body class="repo-tree-dir"> <div class="padding-wrapper"> diff --git a/templates/repo_tree_file.html b/templates/repo_tree_file.html index 7cf335a..72bf42b 100644 --- a/templates/repo_tree_file.html +++ b/templates/repo_tree_file.html @@ -3,7 +3,7 @@ <html> <head> <link rel="stylesheet" href="/static/style.css" /> -<title>{{ .project_name }}/repos/{{ .repo_name }}/{{ .path_spec }}</title> +<title>{{ .category_name }}/repos/{{ .repo_name }}/{{ .path_spec }}</title> </head> <body class="repo-tree-file"> <p> |