From 81effe674dfe5d0bfd242112ffa61051a20580e8 Mon Sep 17 00:00:00 2001 From: Federico Culloca Date: Tue, 13 Nov 2018 02:49:30 +0100 Subject: [PATCH] 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 --- templates/user/profile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 643594b84..d60fce563 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -31,7 +31,7 @@ {{if .Owner.Website}}
  • - {{.Owner.Website}} + {{.Owner.Website}}
  • {{end}}
  • {{.i18n.Tr "user.join_on"}} {{DateFmtShort .Owner.Created}}