Browse Source

Allow link verification for services like Mastodon (#5481)

master
koyu Lauris BH 6 years ago
parent
commit
8b864a328e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/user/profile.tmpl

+ 1
- 1
templates/user/profile.tmpl 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" href="{{.Owner.Website}}">{{.Owner.Website}}</a>
</li>
{{end}}
{{range .OpenIDs}}


Loading…
Cancel
Save