Files
Atay-Makhzan/templates/shared/user/authorlink.tmpl
T

2 lines
185 B
Handlebars
Raw Normal View History

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