mirror of
https://github.com/gogs/gogs.git
synced 2026-03-13 07:30:27 +01:00
templates/user/profile: added rel="me" to website link on user profile (#5485)
* Added rel="me" to website link on user profile See issue #5008 * Added `nofollow` as per feedback
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
{{if .Owner.Website}}
|
||||
<li>
|
||||
<i class="octicon octicon-link"></i>
|
||||
<a target="_blank" rel="noopener noreferrer" href="{{.Owner.Website}}">{{.Owner.Website}}</a>
|
||||
<a target="_blank" rel="noopener noreferrer me nofollow" href="{{.Owner.Website}}">{{.Owner.Website}}</a>
|
||||
</li>
|
||||
{{end}}
|
||||
<li><i class="octicon octicon-clock"></i> {{.i18n.Tr "user.join_on"}} {{DateFmtShort .Owner.Created}}</li>
|
||||
|
||||
Reference in New Issue
Block a user