diff options
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 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"> |