Allow link verification for services like Mastodon (#5481)

tokarchuk/v1.17
koyu 6 years ago committed by Lauris BH
parent fdec258c8d
commit 8b864a328e
  1. 2
      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}}

Loading…
Cancel
Save