gitea/templates/explore
wxiaoguang eedb8f4129
Only use supported sort order for "explore/users" page ()
Thanks to inferenceus : some sort orders on the "explore/users" page
could list users by their lastlogintime/updatetime.

It leaks user's activity unintentionally. This PR makes that page only
use "supported" sort orders.

Removing the "sort orders" could also be a good solution, while IMO at
the moment keeping the "create time" and "name" orders is also fine, in
case some users would like to find a target user in the search result,
the "sort order" might help.

![image](https://github.com/go-gitea/gitea/assets/2114189/ce5c39c1-1e86-484a-80c3-33cac6419af8)
..
code.tmpl
navbar.tmpl
repo_list.tmpl Add support for sha256 repositories ()
repo_search.tmpl Remove incorrect and unnecessary Escape from templates ()
repos.tmpl
search.tmpl Only use supported sort order for "explore/users" page ()
user_list.tmpl Remove unnecessary "Safe" modifier from templates ()
users.tmpl