diff options
author | koyu <me@koyu.space> | 2018-12-06 21:15:48 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-12-06 22:15:48 +0200 |
commit | 8b864a328ed0875543ef0a6d6541d8f2913165f1 (patch) | |
tree | 881870f40f2504098c1bc8d2faff28a8727177a2 | |
parent | fdec258c8d2a76eefe13d601de5498823db27cf4 (diff) | |
download | gitea-8b864a328ed0875543ef0a6d6541d8f2913165f1.tar.gz gitea-8b864a328ed0875543ef0a6d6541d8f2913165f1.zip |
Allow link verification for services like Mastodon (#5481)
-rw-r--r-- | templates/user/profile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/profile.tmpl b/templates/user/profile.tmpl index 350032e564..5e6fbf4bb8 100644 --- a/templates/user/profile.tmpl +++ b/templates/user/profile.tmpl @@ -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" href="{{.Owner.Website}}">{{.Owner.Website}}</a> </li> {{end}} {{range .OpenIDs}} |