diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 20:01:09 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 20:01:09 +0800 |
commit | d0cf88cfc3d2c328f9e398ba94a770141f3a7be4 (patch) | |
tree | 8734557044fa622fdc71290453484429746fe3ed /templates/index.html | |
parent | repo_{index,tree_dir}.html, style.css: Darker table title row (diff) | |
download | forge-d0cf88cfc3d2c328f9e398ba94a770141f3a7be4.tar.gz forge-d0cf88cfc3d2c328f9e398ba94a770141f3a7be4.tar.zst forge-d0cf88cfc3d2c328f9e398ba94a770141f3a7be4.zip |
category_index -> category_repos
Diffstat (limited to 'templates/index.html')
-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 7ced768..139abb0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,7 +13,7 @@ <ul> {{- range .categories }} <li> - <a href="{{ . }}/">{{ . }}</a> + <a href="{{ . }}/repos/">{{ . }}</a> </li> {{- end }} </ul> |