diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 23:56:58 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 23:56:58 +0800 |
commit | 67d61c72ca6820774202c6c836a559ad69b05178 (patch) | |
tree | 86545aae3bc68e383321f95f18a686984af0ff96 /templates/_repo_header.html.tmpl | |
parent | _repo_header.html: Add link to root (diff) | |
download | forge-67d61c72ca6820774202c6c836a559ad69b05178.tar.gz forge-67d61c72ca6820774202c6c836a559ad69b05178.tar.zst forge-67d61c72ca6820774202c6c836a559ad69b05178.zip |
_repo_header.html: Add /g/
Diffstat (limited to '')
-rw-r--r-- | templates/_repo_header.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/_repo_header.html.tmpl b/templates/_repo_header.html.tmpl index 7d034c0..725d97b 100644 --- a/templates/_repo_header.html.tmpl +++ b/templates/_repo_header.html.tmpl @@ -1,6 +1,8 @@ {{- define "repo_header" -}} <a href="/">Lindenii Forge</a> / +g +/ <a href="/g/{{ .group_name }}/">{{ .group_name }}</a> / <a href="/g/{{ .group_name }}/repos/">repos</a> |