diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-13 01:28:35 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-13 01:28:35 +0800 |
commit | 14326ba9be276d2649b4681d3ebed1c32f65013f (patch) | |
tree | 9bd8717b6968b5a977d925d193042a92bc68f311 /templates/repo_tree_dir.html.tmpl | |
parent | ssh_{server,utils}: Swap filenames (diff) | |
download | forge-14326ba9be276d2649b4681d3ebed1c32f65013f.tar.gz forge-14326ba9be276d2649b4681d3ebed1c32f65013f.tar.zst forge-14326ba9be276d2649b4681d3ebed1c32f65013f.zip |
_header.html: Add header
Diffstat (limited to '')
-rw-r--r-- | templates/repo_tree_dir.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo_tree_dir.html.tmpl b/templates/repo_tree_dir.html.tmpl index dd5ecaf..5d2f632 100644 --- a/templates/repo_tree_dir.html.tmpl +++ b/templates/repo_tree_dir.html.tmpl @@ -7,6 +7,9 @@ </head> <body class="repo-tree-dir"> <header> + {{ template "header" . }} + </header> + <header> {{ template "repo_header" . }} </header> <div class="padding-wrapper scroll"> |