This commit is contained in:
hazycora 2024-02-24 12:24:20 -06:00
parent 8d086ad91c
commit 75890e8f37
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E

View file

@ -41,9 +41,7 @@ const (
tplSettingsRepositories base.TplName = "user/settings/repos"
)
var (
recognisedPronouns = []string{"", "he/him", "she/her", "they/them", "it/its", "any pronouns"}
)
var recognisedPronouns = []string{"", "he/him", "she/her", "they/them", "it/its", "any pronouns"}
// Profile render user's profile page
func Profile(ctx *context.Context) {