Allow link verification for services like Mastodon (#5481)

This commit is contained in:
koyu 2018-12-06 21:15:48 +01:00 committed by Lauris BH
parent fdec258c8d
commit 8b864a328e
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" href="{{.Owner.Website}}">{{.Owner.Website}}</a>
</li>
{{end}}
{{range .OpenIDs}}