diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 21:23:17 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 21:23:17 +0800 |
commit | b65e5d0de70660bf2572860e5c52f38b4c527ac1 (patch) | |
tree | 05d38250b098a389ff8a7ddff012ab10a22d1757 /templates | |
parent | *: category -> group (diff) | |
download | forge-b65e5d0de70660bf2572860e5c52f38b4c527ac1.tar.gz forge-b65e5d0de70660bf2572860e5c52f38b4c527ac1.tar.zst forge-b65e5d0de70660bf2572860e5c52f38b4c527ac1.zip |
main: Prefix group names with /g/
Diffstat (limited to '')
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 139abb0..79e3cba 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@ <ul> {{- range .categories }} <li> - <a href="{{ . }}/repos/">{{ . }}</a> + <a href="g/{{ . }}/repos/">{{ . }}</a> </li> {{- end }} </ul> |