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 aa708c4..fc2ac51 100644 --- a/templates/repo_index.html +++ b/templates/repo_index.html @@ -2,7 +2,7 @@ <!DOCTYPE html> <html> <head> - <link rel="stylesheet" href="/static/style.css" /> + {{ template "head_common" . }} <title>{{ .category_name }}/repos/{{ .repo_name }}</title> </head> <body class="repo-index"> |