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/group_repos.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 'templates/group_repos.html.tmpl')
-rw-r--r-- | templates/group_repos.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/group_repos.html.tmpl b/templates/group_repos.html.tmpl index f24ce97..1050ce4 100644 --- a/templates/group_repos.html.tmpl +++ b/templates/group_repos.html.tmpl @@ -6,6 +6,9 @@ <title>Repos in {{ .group_name }} – Lindenii Forge</title> </head> <body class="group-repos"> + <header> + {{ template "header" . }} + </header> <div class="padding-wrapper"> <h1> Repos in {{ .group_name }} |