aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-10 21:23:17 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-10 21:23:17 +0800
commitb65e5d0de70660bf2572860e5c52f38b4c527ac1 (patch)
tree05d38250b098a389ff8a7ddff012ab10a22d1757 /templates/index.html
parent*: category -> group (diff)
downloadforge-b65e5d0de70660bf2572860e5c52f38b4c527ac1.tar.gz
forge-b65e5d0de70660bf2572860e5c52f38b4c527ac1.tar.zst
forge-b65e5d0de70660bf2572860e5c52f38b4c527ac1.zip
main: Prefix group names with /g/
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
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>