Browse Source

fix issue

tags/v1.21.12.1
zhoupzh 3 years ago
parent
commit
0f10f4664e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/home.tmpl

+ 1
- 1
templates/repo/home.tmpl View File

@@ -291,7 +291,7 @@
{{end}} -->
{{range .Topics}}

<a class="ui repo-topic small label topic" href="{{AppSubUrl}}/explore/repos?q={{.Name}}&topic=1">{{.Name}}</a>
<a class="ui repo-topic small label topic" href="{{AppSubUrl}}/explore/repos?q={{.Name}}&topic=">{{.Name}}</a>


{{end}}


Loading…
Cancel
Save