diff options
Diffstat (limited to 'templates/shared/user/authorlink.tmpl')
-rw-r--r-- | templates/shared/user/authorlink.tmpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/shared/user/authorlink.tmpl b/templates/shared/user/authorlink.tmpl index 81c2a4ed5e..4a6672181f 100644 --- a/templates/shared/user/authorlink.tmpl +++ b/templates/shared/user/authorlink.tmpl @@ -1,3 +1 @@ -<a class="author"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}> - {{.GetDisplayName}} -</a> +<a class="author text black bold muted"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a> |