Skip to content

Commit 8b864a3

Browse files
koyuawsmbrtnlafriks
authored andcommitted
Allow link verification for services like Mastodon (#5481)
1 parent fdec258 commit 8b864a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/profile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{{if .Owner.Website}}
3232
<li>
3333
<i class="octicon octicon-link"></i>
34-
<a target="_blank" rel="noopener noreferrer" href="{{.Owner.Website}}">{{.Owner.Website}}</a>
34+
<a target="_blank" rel="noopener noreferrer me" href="{{.Owner.Website}}">{{.Owner.Website}}</a>
3535
</li>
3636
{{end}}
3737
{{range .OpenIDs}}

0 commit comments

Comments
 (0)