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