code.gitea.io/gitea@v1.22.3/templates/shared/user/authorlink.tmpl (about)

     1  <a class="author text black tw-font-semibold muted"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a>{{if .IsBot}}<span class="ui basic label tw-p-1">bot</span>{{end}}