gitea/templates/shared/user/authorlink.tmpl

4 lines
88 B
Handlebars

<a class="author"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>
{{.GetDisplayName}}
</a>