aboutsummaryrefslogtreecommitdiff
path: root/templates/repo_index.html.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-11 23:55:26 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-11 23:55:26 +0800
commit6d4d140058af748b03ce808a2bd4463ded2ec058 (patch)
treefd9cc2f1a247545fabdbb79712c346b3e38347eb /templates/repo_index.html.tmpl
parentrepo_commit: Reformat (diff)
downloadforge-6d4d140058af748b03ce808a2bd4463ded2ec058.tar.gz
forge-6d4d140058af748b03ce808a2bd4463ded2ec058.tar.zst
forge-6d4d140058af748b03ce808a2bd4463ded2ec058.zip
*.html: Add a simple repo header
Diffstat (limited to 'templates/repo_index.html.tmpl')
-rw-r--r--templates/repo_index.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo_index.html.tmpl b/templates/repo_index.html.tmpl
index 2f41aac..47c6381 100644
--- a/templates/repo_index.html.tmpl
+++ b/templates/repo_index.html.tmpl
@@ -6,6 +6,9 @@
<title>{{ .group_name }}/repos/{{ .repo_name }} &ndash; Lindenii Forge</title>
</head>
<body class="repo-index">
+ <header>
+ {{ template "repo_header" . }}
+ </header>
<div class="padding-wrapper scroll">
<input id="toggle-table-recent-commits" type="checkbox" class="toggle-table-off" />
<table id="recent-commits" class="wide">