diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-13 09:05:01 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-13 09:05:01 +0800 |
commit | 053efe176ee241c87c9e31c4e2bbd999f9f77bf2 (patch) | |
tree | 3c068149ef1bd82ac4dd0b9d4d9c3a185635e2f0 /templates/repo_tree_dir.html.tmpl | |
parent | handle_user: Stub (diff) | |
download | forge-053efe176ee241c87c9e31c4e2bbd999f9f77bf2.tar.gz forge-053efe176ee241c87c9e31c4e2bbd999f9f77bf2.tar.zst forge-053efe176ee241c87c9e31c4e2bbd999f9f77bf2.zip |
_header.html: Format the main header
Diffstat (limited to '')
-rw-r--r-- | templates/repo_tree_dir.html.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/repo_tree_dir.html.tmpl b/templates/repo_tree_dir.html.tmpl index 5d2f632..73ea4cf 100644 --- a/templates/repo_tree_dir.html.tmpl +++ b/templates/repo_tree_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-tree-dir"> - <header> - {{ template "header" . }} - </header> + {{ template "header" . }} <header> {{ template "repo_header" . }} </header> |