Allow social links to be used for verification for mastodon, same as social links on github and forgejo.
+2
-2
Diff
round #0
+2
-2
appview/pages/templates/user/fragments/profileCard.html
+2
-2
appview/pages/templates/user/fragments/profileCard.html
···
68
68
{{ if $link }}
69
69
<div class="flex items-center gap-2">
70
70
<span class="flex-shrink-0">{{ i "link" "size-4" }}</span>
71
-
<a href="{{ $link }}">{{ $link }}</a>
71
+
<a rel="nofollow me" href="{{ $link }}">{{ $link }}</a>
72
72
</div>
73
73
{{ end }}
74
74
{{ end }}
···
126
126
<span id="following"><a href="/{{ $userIdent }}?tab=following">{{ .Stats.FollowingCount }} following</a></span>
127
127
</div>
128
128
{{ end }}
129
-
{{ end }}
129
+
{{ end }}
History
1 round
0 comments
technoduck.me
submitted
#0
1 commit
expand
collapse
appview/pages: add nofollow and me attributes to social links for self-verification on fediverse
Signed-off-by: Techno Duck <duck@technoduck.me>
merge conflicts detected
expand
collapse
expand
collapse
- appview/pages/templates/user/fragments/profileCard.html:68