diff options
Diffstat (limited to 'templates/repo_raw_dir.html.tmpl')
-rw-r--r-- | templates/repo_raw_dir.html.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/repo_raw_dir.html.tmpl b/templates/repo_raw_dir.html.tmpl index a005a32..dc7bb98 100644 --- a/templates/repo_raw_dir.html.tmpl +++ b/templates/repo_raw_dir.html.tmpl @@ -6,9 +6,7 @@ <title>{{ .group_name }}/repos/{{ .repo_name }}/{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }} – Lindenii Forge</title> </head> <body class="repo-raw-dir"> - <header> - {{ template "header" . }} - </header> + {{ template "header" . }} <header> {{ template "repo_header" . }} </header> |