diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-13 09:12:56 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-13 09:12:56 +0800 |
commit | a0761c2c80c04256882505a59f8ff5e003846f83 (patch) | |
tree | 280de934259e0fbf3c704d5ab70e0c49d28fdf4d /templates/repo_tree_dir.html.tmpl | |
parent | users: Print not implemented (diff) | |
download | forge-a0761c2c80c04256882505a59f8ff5e003846f83.tar.gz forge-a0761c2c80c04256882505a59f8ff5e003846f83.tar.zst forge-a0761c2c80c04256882505a59f8ff5e003846f83.zip |
_repo_header.html: Purge
We'll integrate this into the main header in the future
Diffstat (limited to '')
-rw-r--r-- | templates/repo_tree_dir.html.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/repo_tree_dir.html.tmpl b/templates/repo_tree_dir.html.tmpl index 73ea4cf..4386637 100644 --- a/templates/repo_tree_dir.html.tmpl +++ b/templates/repo_tree_dir.html.tmpl @@ -7,9 +7,6 @@ </head> <body class="repo-tree-dir"> {{ template "header" . }} - <header> - {{ template "repo_header" . }} - </header> <div class="padding-wrapper scroll"> <table id="file-tree" class="wide"> <thead> |