diff options
Diffstat (limited to 'templates/repo_tree_dir.html')
-rw-r--r-- | templates/repo_tree_dir.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_tree_dir.html b/templates/repo_tree_dir.html index ffdb64d..609d17e 100644 --- a/templates/repo_tree_dir.html +++ b/templates/repo_tree_dir.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 }}/{{ .path_spec }}</title> </head> <body class="repo-tree-dir"> |