diff options
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 -}} |