Files
proglang-gitea-templates-v1.22/shared/user/authorlink.tmpl
2024-07-23 13:10:38 +02:00

2 lines
185 B
Cheetah

<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}}