landed community results when browsing categories - missing pagination buttons, community activity, proper member counts

This commit is contained in:
2025-10-19 23:16:01 -06:00
parent 71da667361
commit e5ad827f24
4 changed files with 188 additions and 6 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
<strong>Category:</strong>
{{ range i := categories }}
{{ if i > 0 }}: {{ end }}
<a href="/TODO/find/communities-for-category"
<a href="/find?mode=COM&catid={{ .CatId }}"
class="text-blue-700 hover:text-blue-900">{{ .Name }}</a>
{{ end }}
</div>