mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 18:58:38 +00:00
#3348 always use relative avatar link in the template
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
</h3>
|
||||
<p class="text grey">
|
||||
<span class="author">
|
||||
<img class="img-10" src="{{.Publisher.AvatarLink}}">
|
||||
<img class="img-10" src="{{.Publisher.RelAvatarLink}}">
|
||||
<a href="{{AppSubUrl}}/{{.Publisher.Name}}">{{.Publisher.Name}}</a>
|
||||
</span>
|
||||
{{if .Created}}<span class="time">{{TimeSince .Created $.Lang}}</span>{{end}}
|
||||
|
Reference in New Issue
Block a user