diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 16507df16a..b8f4490c11 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -17,9 +17,13 @@ {{if .DescriptionHTML}}

{{.DescriptionHTML}}

{{end}} -
- {{range .Topics}}
{{.}}
{{end}} -
+ {{if .Topics }} +
+ {{range .Topics}} + {{if ne . "" }}
{{.}}
{{end}} + {{end}} +
+ {{end}}

{{$.i18n.Tr "org.repo_updated"}} {{TimeSinceUnix .UpdatedUnix $.i18n.Lang}}

{{else}}