diff options
Diffstat (limited to '')
-rw-r--r-- | templates/repo_tree_file.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |