diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-13 09:12:56 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-13 09:12:56 +0800 |
commit | a0761c2c80c04256882505a59f8ff5e003846f83 (patch) | |
tree | 280de934259e0fbf3c704d5ab70e0c49d28fdf4d /templates/_repo_header.html.tmpl | |
parent | users: Print not implemented (diff) | |
download | forge-a0761c2c80c04256882505a59f8ff5e003846f83.tar.gz forge-a0761c2c80c04256882505a59f8ff5e003846f83.tar.zst forge-a0761c2c80c04256882505a59f8ff5e003846f83.zip |
_repo_header.html: Purge
We'll integrate this into the main header in the future
Diffstat (limited to 'templates/_repo_header.html.tmpl')
-rw-r--r-- | templates/_repo_header.html.tmpl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/_repo_header.html.tmpl b/templates/_repo_header.html.tmpl deleted file mode 100644 index 8a7fd4b..0000000 --- a/templates/_repo_header.html.tmpl +++ /dev/null @@ -1,10 +0,0 @@ -{{- define "repo_header" -}} -/ -<a href="/{{ .group_name }}/">{{ .group_name }}</a> -/ -<a href="/{{ .group_name }}/:">:</a> -/ -<a href="/{{ .group_name }}/:/repos/">repos</a> -/ -<a href="/{{ .group_name }}/:/repos/{{ .repo_name }}/">{{ .repo_name }}</a> -{{- end -}} |