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
pull/5585/head
Federico Culloca 2018-11-13 02:49:30 +01:00 committed by 无闻
parent 831251bcaa
commit 81effe674d
1 changed files with 1 additions and 1 deletions

View File

@ -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>