diff options
Diffstat (limited to 'templates/repo_index.html.tmpl')
-rw-r--r-- | templates/repo_index.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.html.tmpl index 6bc3253..f77e10b 100644 --- a/templates/repo_index.html.tmpl +++ b/templates/repo_index.html.tmpl @@ -7,6 +7,9 @@ </head> <body class="repo-index"> <header> + {{ template "header" . }} + </header> + <header> {{ template "repo_header" . }} </header> <div class="padding-wrapper"> |