diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 23:56:36 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 23:56:36 +0800 |
commit | 85605aa515962be358189540b6338c7816ea89f8 (patch) | |
tree | 722a420c2a2090fdaae3feb01d53b91b0e11161f /templates/_repo_header.html.tmpl | |
parent | *.html: Add a simple repo header (diff) | |
download | forge-85605aa515962be358189540b6338c7816ea89f8.tar.gz forge-85605aa515962be358189540b6338c7816ea89f8.tar.zst forge-85605aa515962be358189540b6338c7816ea89f8.zip |
_repo_header.html: Add link to root
Diffstat (limited to 'templates/_repo_header.html.tmpl')
-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 1dd14f9..7d034c0 100644 --- a/templates/_repo_header.html.tmpl +++ b/templates/_repo_header.html.tmpl @@ -1,4 +1,6 @@ {{- define "repo_header" -}} +<a href="/">Lindenii Forge</a> +/ <a href="/g/{{ .group_name }}/">{{ .group_name }}</a> / <a href="/g/{{ .group_name }}/repos/">repos</a> |