diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-12 11:01:52 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-12 11:01:52 +0800 |
commit | 88d054811df785b92b1b76dd91265849af8f29b3 (patch) | |
tree | 522a9175290322cbe615ba98acf07a8a81888fcc /templates/_repo_header.html.tmpl | |
parent | git_format_patch.go: Remove garbage printf (diff) | |
download | forge-88d054811df785b92b1b76dd91265849af8f29b3.tar.gz forge-88d054811df785b92b1b76dd91265849af8f29b3.tar.zst forge-88d054811df785b92b1b76dd91265849af8f29b3.zip |
*: Migrate to the new path scheme
Diffstat (limited to 'templates/_repo_header.html.tmpl')
-rw-r--r-- | templates/_repo_header.html.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/_repo_header.html.tmpl b/templates/_repo_header.html.tmpl index 725d97b..8e5baa8 100644 --- a/templates/_repo_header.html.tmpl +++ b/templates/_repo_header.html.tmpl @@ -1,11 +1,11 @@ {{- define "repo_header" -}} <a href="/">Lindenii Forge</a> / -g +<a href="/{{ .group_name }}/">{{ .group_name }}</a> / -<a href="/g/{{ .group_name }}/">{{ .group_name }}</a> +<a href="/{{ .group_name }}/:">:</a> / -<a href="/g/{{ .group_name }}/repos/">repos</a> +<a href="/{{ .group_name }}/:/repos/">repos</a> / -<a href="/g/{{ .group_name }}/repos/{{ .repo_name }}/">{{ .repo_name }}</a> +<a href="/{{ .group_name }}/:/repos/{{ .repo_name }}/">{{ .repo_name }}</a> {{- end -}} |