diff options
Diffstat (limited to 'templates/repo_raw_dir.html.tmpl')
-rw-r--r-- | templates/repo_raw_dir.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo_raw_dir.html.tmpl b/templates/repo_raw_dir.html.tmpl index f55d8c8..055445d 100644 --- a/templates/repo_raw_dir.html.tmpl +++ b/templates/repo_raw_dir.html.tmpl @@ -6,6 +6,9 @@ <title>{{ .group_name }}/repos/{{ .repo_name }}/{{ .path_spec }}{{ if ne .path_spec "" }}/{{ end }} – Lindenii Forge</title> </head> <body class="repo-raw-dir"> + <header> + {{ template "repo_header" . }} + </header> <div class="padding-wrapper scroll"> <table id="file-tree" class="wide"> <thead> |